• Otter@lemmy.ca
      link
      fedilink
      English
      arrow-up
      45
      ·
      edit-2
      2 years ago

      In all seriousness, all apps and frontends should to implement countermeasures (if they haven’t already) so that you can turn off image previews as needed

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      33
      ·
      2 years ago

      With its current implementation, that feature has a lot of downsides as well.

      If you wanted, you could embed tracking pixels all over Lemmy and apps and browsers will happily report who’s reading your posts.

        • Skull giver@popplesburger.hilciferous.nl
          link
          fedilink
          arrow-up
          24
          ·
          edit-2
          2 years ago

          The trick is that to embed images in Lemmy, you’re basically hot linking them. That means any kind of tracking your average web server can do, is possible through Lemmy’s image embedding feature.

          I’ve explicitly disabled any kind of logging for the proof of concept above (it’s generated in the fly by the server, not cached on my end, no IP logs or anything) but it’s not hard for a malicious user to abuse this. It basically takes your IP address, looks up an estimated town based on some free geoip database you can download, and renders that as text inside an image.

          This could be solved by rewriting comments to force image URLs to be loaded through your home server, but I don’t know if anyone has started work on that yet.

          • Zonen-RANSLITE@feddit.de
            link
            fedilink
            arrow-up
            6
            ·
            2 years ago

            It basically takes your IP address, looks up an estimated town based on some free geoip database you can download, and renders that as text inside an image.

            OK, less magic than expected.

            • dual_sport_dork 🐧🗡️@lemmy.world
              link
              fedilink
              arrow-up
              9
              ·
              edit-2
              2 years ago

              There have been tools to generate little images like this that people have been sticking inline in forum posts for decades. Literal decades. The world has not yet caught fire because of that, either.

              If you’re old enough, you’ll remember seeing oodles of people’s forum signatures containing a smiley face holding up a sign containing something like this:

      • morrowind@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        2 years ago

        You used to be able to embed arbitrary html in comments, which was awesome and terrifying

    • ABCDE@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      2 years ago

      Didn’t new reddit start having that? Never saw it except when not logged in mind you.

      • Localhorst86@feddit.de
        link
        fedilink
        arrow-up
        24
        arrow-down
        1
        ·
        2 years ago

        It did, but it was a “premium feature” - paying users would have to “boost” a community to alow them to enable this feature.

        Only when enough users boosted, the feature became available. And once that threshold was no longer reached, the feature would go away.