diff options
author | Alan Pearce | 2024-06-13 17:37:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-13 20:52:16 +0200 |
commit | 6b1697144e6261c09f1d2c254cf33d39f02ce92e (patch) | |
tree | 7bac40d0c18d3eb7f7eb7a9e8f1f4d5ffc00328b | |
parent | 66d2c8eab2eea3edd96bd9e3dbf4ec922abc0005 (diff) | |
download | website-6b1697144e6261c09f1d2c254cf33d39f02ce92e.tar.lz website-6b1697144e6261c09f1d2c254cf33d39f02ce92e.tar.zst website-6b1697144e6261c09f1d2c254cf33d39f02ce92e.zip |
fix netlify CSP header
-rw-r--r-- | netlify.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index ea7b015..85a1c81 100644 --- a/netlify.toml +++ b/netlify.toml @@ -29,6 +29,5 @@ form-action 'none'; base-uri 'self'; connect-src https://alanpearce-eu.goatcounter.com/count; - frame-ancestors 'https://kagi.com'; - require-trusted-types-for "'script'" + frame-ancestors https://kagi.com; ''' |