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?

  • AnonymousLlama@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year 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@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 year 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