Most mature social networks do remove this information to prevent users accidentally sharing their locations. Can someone positively say whether Lemmy is aware enough to strip extra information from photos?

    • Zorque
      link
      fedilink
      92 years ago

      What about Ja Rule? Has anyone consulted Ja?

      • Joe B
        link
        32 years ago

        Hehe he probably doesn’t even know who Ja Rule is!

    • AnonymousLlama
      link
      fedilink
      22 years ago

      I’ll have a look at this when I get a sec. I know the images are re-processed on upload (and cropped etc) so I assume no useful data is preserved in that process. Good to confirm tho

      • rideranton
        link
        fedilink
        5
        edit-2
        2 years ago

        Looking in ImageRepository.php it doesn’t appear that images have their extra data stripped. Also testing it on my dev instance showed that GPS data remained in the image. Should be an easy fix since all image uploads are processed through that repository.

        Edit: In fact there’s already an issue open for it - https://codeberg.org/Kbin/kbin-core/issues/374

        • AnonymousLlama
          link
          fedilink
          22 years ago

          Great. Hopefully we can get that fix in soon. Better to not even have that data, there’s no point in keeping it.