Does Lemmy strip photo GPS data?

henfredemars@infosec.pub to No Stupid Questions@lemmy.world – 194 points –

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?

40

You are viewing a single comment

Yes, pict-rs which is used b by Lemmy strips exif. Confirmed by the dev themselves.

What

Pict-rs is a rust library. Lemmy is a rust program. Lemmy uses pict-rs as a dependency. Pict-rs strips exif data. Exif data is the metadata that would include GPS data. Thus, lemmy strips GPS data