diff --git a/site/netlify.toml b/site/netlify.toml index ba32a73e..3118ada5 100644 --- a/site/netlify.toml +++ b/site/netlify.toml @@ -33,3 +33,11 @@ HUGO_ENABLEGITINFO = "true" for = "/fonts/*" [headers.values] Access-Control-Allow-Origin = "*" + +[[headers]] + for = "/*" + [headers.values] + Content-Security-Policy = "default-src 'self'; img-src *" + X-Content-Type-Options = "nosniff" + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" \ No newline at end of file diff --git a/site/themes/pinniped/layouts/partials/header.html b/site/themes/pinniped/layouts/partials/header.html index a1c9b005..9c6cf038 100644 --- a/site/themes/pinniped/layouts/partials/header.html +++ b/site/themes/pinniped/layouts/partials/header.html @@ -7,7 +7,7 @@