diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..0fb4192 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,12 @@ +[build] + command = "" + publish = "dist" + +[[headers]] + for = "/*" + [headers.values] + Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload" + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" + Referrer-Policy = "no-referrer" + X-Content-Type-Options = "nosniff"