diff --git a/netlify.toml b/netlify.toml index 1d663ab..81c1126 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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" diff --git a/source/_headers b/source/_headers index 8a183ad..d01449d 100644 --- a/source/_headers +++ b/source/_headers @@ -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