The browser itself should intercept any photo you try to upload to the web and ask you if you want to remove the metadata before a single byte is transferred.
Conversation
Notices
-
Embed this notice
Børge (forteller@tutoteket.no)'s status on Friday, 20-Dec-2024 06:11:08 JST Børge -
Embed this notice
Børge (forteller@tutoteket.no)'s status on Friday, 20-Dec-2024 07:04:57 JST Børge Hmm, could the OS actually do this? I mean, the file picker, could it have a checkbox to remove metadata on the files you select to upload?
-
Embed this notice
Børge (forteller@tutoteket.no)'s status on Friday, 20-Dec-2024 07:24:53 JST Børge @webhat Right? The OS decides what it opens when you click on an upload button in the browser. So it could open a program that shows you the files, then strips the metadata from the selected files, saves the new, stripped files temporarily, and then gives the path to the new temp files to the browser, right? @pilum @older
-
Embed this notice
webhat (webhat@infosec.exchange)'s status on Friday, 20-Dec-2024 07:24:54 JST webhat @older @forteller Long answer - yes. It could to this by passing the file URL to a stripper tool and returning the stripped results path to the calling program
-
Embed this notice
older (older@mstdn.social)'s status on Friday, 20-Dec-2024 07:24:55 JST older @forteller Short answer - no. File picker dialog normally returns just a path to the selected file (or a list of paths) and then it is up to the calling program what to do with those paths.
-
Embed this notice
Emmanuele Bassi (ebassi@mastodon.social)'s status on Friday, 20-Dec-2024 08:02:54 JST Emmanuele Bassi @webhat @older @forteller longer answer: no, because the OS and file selection dialog has no idea about what the app is going to do with the file, and you don't want a photo editing app to get all the metadata stripped from a file when opening a photo
-
Embed this notice
Emmanuele Bassi (ebassi@mastodon.social)'s status on Friday, 20-Dec-2024 08:02:54 JST Emmanuele Bassi @webhat @older @forteller "toggle a check to strip metadata" is one of those shit jobs offloaded to the user; what's a "metadata"?
-
Embed this notice
Børge (forteller@tutoteket.no)'s status on Friday, 20-Dec-2024 08:02:54 JST Børge @ebassi Well, in my mind "metadata" is just a shorthand word we use to talk about it in this nerdy context, just trying to figure out if this is possible and good, not what would be used in the actual product.
Sure, putting the onus on the user, but that's what we already do. This would at least expose many more people to the knowledge that there even is identifying data in the file, and that it's possible to remove. And make it many times easier to remove than today. @older @webhat
-
Embed this notice