You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for building a tool that will hopefully help the public hold government forces accountable!
As the deployed version is a public website, it could send your unscrubbed images to a server, exposing people in the photos as well as your IP, browser fingerprint, etc.
We should use a Content-Security-Policy of default-src 'self' (and probably a few more directives) to limit the attack surface for creepy middleware (like misbehaving antivirus systems, browser extensions, router-based spyware, etc).
We should explain people that this is a website, and that they should download it to their computer (what about the phone?) and use it offline. This does not prevent all possible ways data could leak (e.g. service workers uploading later), but it's a first step.
We should link to trustworthy tools, especially mobile apps, for doing this offline.
The text was updated successfully, but these errors were encountered:
Thanks for building a tool that will hopefully help the public hold government forces accountable!
As the deployed version is a public website, it could send your unscrubbed images to a server, exposing people in the photos as well as your IP, browser fingerprint, etc.
Content-Security-Policy
ofdefault-src 'self'
(and probably a few more directives) to limit the attack surface for creepy middleware (like misbehaving antivirus systems, browser extensions, router-based spyware, etc).The text was updated successfully, but these errors were encountered: