about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-13 17:37:01 +0200
committerAlan Pearce2024-06-13 20:52:16 +0200
commit6b1697144e6261c09f1d2c254cf33d39f02ce92e (patch)
tree7bac40d0c18d3eb7f7eb7a9e8f1f4d5ffc00328b /netlify.toml
parent66d2c8eab2eea3edd96bd9e3dbf4ec922abc0005 (diff)
downloadwebsite-6b1697144e6261c09f1d2c254cf33d39f02ce92e.tar.lz
website-6b1697144e6261c09f1d2c254cf33d39f02ce92e.tar.zst
website-6b1697144e6261c09f1d2c254cf33d39f02ce92e.zip
fix netlify CSP header
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
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;
 '''