I’m running a website where users can upload photos. A lot of users don’t realise that photos contain metadata like GPS location data. I would like to strip out the GPS location EXIF metadata from any image served to the browser, so that it never leaks to any malicious user.
Is this possible to implement using Cloudflare’s proxy services?