From 6b1697144e6261c09f1d2c254cf33d39f02ce92e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Jun 2024 17:37:01 +0200 Subject: fix netlify CSP header --- netlify.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netlify.toml') 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; ''' -- cgit 1.4.1