I have a javascript file hosted on Cloudfront, the 'Compress objects automatically' settings are set to Yes in the distribution settings. When I request this javascript file, I always get the gzipped version even though my browser accept-encoding is set to: accept-encoding: gzip, deflate, be.
How can I fix this to get Cloudfront to return the Brotli version whenever the browser supports it instead of always sending the gzipped version?