Remove content-encoding header

netlify doesn't seem to support brotli compression
This commit is contained in:
curben 2018-10-01 17:07:16 +09:30
parent 1a08bcf445
commit 67448d00bb
2 changed files with 0 additions and 23 deletions

View File

@ -8,18 +8,3 @@
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
[[headers]]
for = "/*.html"
[headers.value]
Content-Encoding = "gzip, br"
[[headers]]
for = "/*.css"
[headers.value]
Content-Encoding = "gzip, br"
[[headers]]
for = "/*.js"
[headers.value]
Content-Encoding = "gzip, br"

View File

@ -3,11 +3,3 @@
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
/*.html
Content-Encoding: gzip, br
/*.css
Content-Encoding: gzip, br
/*.js
Content-Encoding: gzip, br