mirror of https://gitlab.com/curben/blog
Remove content-encoding header
netlify doesn't seem to support brotli compression
This commit is contained in:
parent
1a08bcf445
commit
67448d00bb
15
netlify.toml
15
netlify.toml
|
@ -8,18 +8,3 @@
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
X-XSS-Protection = "1; mode=block"
|
X-XSS-Protection = "1; mode=block"
|
||||||
X-Content-Type-Options = "nosniff"
|
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"
|
|
||||||
|
|
|
@ -3,11 +3,3 @@
|
||||||
X-XSS-Protection: 1; mode=block
|
X-XSS-Protection: 1; mode=block
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
|
|
||||||
/*.html
|
|
||||||
Content-Encoding: gzip, br
|
|
||||||
|
|
||||||
/*.css
|
|
||||||
Content-Encoding: gzip, br
|
|
||||||
|
|
||||||
/*.js
|
|
||||||
Content-Encoding: gzip, br
|
|
||||||
|
|
Loading…
Reference in New Issue