From b2d99412e32990a4172b55a5b69a0496d0c1a590 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jun 2024 19:14:31 +0200 Subject: no more CI --- netlify.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 netlify.toml (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..d733f41 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,29 @@ +[build] + publish = "website/public" + +[[headers]] + for = "/*" + [headers.values] + x-content-type-options = "nosniff" + x-xss-protection = "1; mode=block" + referrer-policy = "strict-origin-when-cross-origin" + strict-transport-security = "max-age=63072000; includeSubDomains; preload" + cache-control = ''' + max-age=300, + s-maxage=86400, + state-while-revalidate + ''' + content-security-policy = ''' + default-src 'none'; + img-src 'self' https://gc.zgo.at; + object-src 'none'; + script-src 'self' https://gc.zgo.at; + style-src + 'sha256-a4TPKWHB0aSu7cV10GthTEySTJ0w4r0bw6Q8JsNYMbk=' + 'sha256-gyxzfgCOxeAAL8URUdaW2nHYDOr9bzbwFjgSqi7D+8U='; + form-action 'none'; + base-uri 'self'; + connect-src https://alanpearce-eu.goatcounter.com/count; + frame-ancestors 'https://kagi.com'; + require-trusted-types-for "'script'" +''' -- cgit 1.4.1