by jiri 3 days ago

Is it possible to extract exif info client side (in browser, via javascript) and then upload photo standard way and exif metadata via side channel?

rickdeckard 3 days ago | [-1 more]

No, the Chrome app doesn't do the stripping.

It uses native APIs to request the media file from the OS and since the app doesn't request the permission to receive location data along with it, the OS provides the files without the location

Related permission: https://developer.android.com/training/data-storage/shared/m...

netsharc 2 days ago | [-0 more]

How lovely, a file read API that lies to you...