diff options
author | Alan Pearce | 2024-06-25 18:48:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 18:49:56 +0200 |
commit | 9c3dd9231015d2d75d104bbc55b6e5326e8656bd (patch) | |
tree | 5669a8afa4ff337779b72326ac8a8b27071f177b /netlify.toml | |
parent | b7d3ee578a0fa7c482c386242f2fc52c2600568a (diff) | |
download | website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.lz website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.zst website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.zip |
remove netlify and vercel configurations
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 1f89ebb..0000000 --- a/netlify.toml +++ /dev/null @@ -1,33 +0,0 @@ -[build] - publish = "website/public" - -[[redirects]] - from = "/.well-known/openid-configuration" - to = "https://id.alanpearce.eu/.well-known/openid-configuration" - status = 302 - -[[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-bGzdRsb1Yu6TLWwCqsdslYaNhLBikKOD6pFYeGsJ4lc=' - 'sha256-dCSzNS1o8vygl80V2G2nPTiSOUNvyDnW+06hHS4ZdHQ='; - form-action 'none'; - base-uri 'self'; - connect-src https://alanpearce-eu.goatcounter.com/count; - frame-ancestors https://kagi.com; -''' |