Remove brotli header

netlify doesn't seem to support it
Revert d15c2d2c7b and 60de0c28c4
This commit is contained in:
curben 2018-10-02 11:38:35 +09:30
parent d15c2d2c7b
commit 3f0d87f8aa
2 changed files with 0 additions and 48 deletions

View File

@ -8,39 +8,3 @@
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
[[headers]]
for = "/js/typing.js.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "application/javascript; charset=utf-8"
[[headers]]
for = "/js/sri-fallback.min.js.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "application/javascript; charset=utf-8"
[[headers]]
for = "/css/typing.css.br"
[headers.values]
Content-Encoding = "br"
Content-Type = "text/css; charset=utf-8"
[[redirects]]
from = "/js/typing.js"
to = "/js/typing.js.br"
status = 200
force = true
[[redirects]]
from = "/js/sri-fallback.min.js"
to = "/js/sri-fallback.min.js.br"
status = 200
force = true
[[redirects]]
from = "/css/typing.css"
to = "/css/typing.css.br"
status = 200
force = true

View File

@ -2,15 +2,3 @@
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
/js/typing.js.br
Content-Encoding: br
Content-Type: application/javascript; charset=utf-8
/js/sr-fallback.min.js.br
Content-Encoding: br
Content-Type: application/javascript; charset=utf-8
/css/typing.css.br
Content-Encoding: br
Content-Type: text/css; charset=utf-8