I’m looking for ones that ideally don’t log IP. Is there a guide somewhere that looks into each of these instances and whether or not they fulfill the privacy promise?

I’m most interested in Invidious.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Piped is good although it is weakened by the Google attacks. It will be back to normal after a while.

  • umami_wasabi@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    To be 100% sure? Host it yourself. There is always a chance the operator violates your privacy, willing or unwillingly.

    • helenslunch@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      To be 100% sure? Host it yourself.

      I mean for privacy, not really. Then the site in question is logging all of your activity from your personal IP, as opposed to an IP shared with others.

  • telep@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    self hosting is the only way to guarantee logs arent shared.

    however it also means that your server address only pulls requests for things YOU look at, not the whole pool of people using the server. imo this is a bad trade off as it would allow the services to track my browsing easily anyway.

    personally I would recommend looking at libredirect with a large # of frontend instances selcted & a vpn/tor. these websites normally work without javascript, so assuming you have a privacy focused browser your IP is the only tracking metric they really have. spreading your requests out over different servers whilst using a proxy would make this really difficult to correlate as it would require that mutliple instance operators were malicious & collaborating.

    • helenslunch@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Eh. You can inspect the source code. Certainly there’s no way to verify they haven’t modified the source code but also why would they modify it to store your IP?

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 months ago

        The source code of the frontend is unrelated to the webserver they use, which can absolutely store your IP.