Open Robbert opened 8 years ago
The DuneHD set-top box doesn't appear to be powerful enough to handle GZIP compression. We should check the user agent to disable GZIP for this browser.
It is not possible to prevent gzip and deflate using XMLHttpRequest, because Accept-Encoding is a forbidden header: https://fetch.spec.whatwg.org/#forbidden-header-name
gzip
deflate
XMLHttpRequest
Accept-Encoding
.htaccess
The DuneHD set-top box doesn't appear to be powerful enough to handle GZIP compression. We should check the user agent to disable GZIP for this browser.
It is not possible to prevent
gzip
anddeflate
usingXMLHttpRequest
, becauseAccept-Encoding
is a forbidden header: https://fetch.spec.whatwg.org/#forbidden-header-name.htaccess
to do this.