From a809e98819831b5fcbc01050634119825032e304 Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Tue, 2 Jul 2024 15:24:02 +0200 Subject: [PATCH] fix: netlify developer frame csp --- public/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_headers b/public/_headers index 467573528..4b80bea7c 100644 --- a/public/_headers +++ b/public/_headers @@ -1,3 +1,3 @@ /* X-Content-Type-Options: nosniff - Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; img-src self data: http: https:; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' ; script-src-elem 'self' 'unsafe-inline'; worker-src 'self' data:; frame-src 'self' https://www.youtube-nocookie.com; frame-ancestors 'none'; + Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; img-src self data: http: https:; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' ; script-src-elem 'self' 'unsafe-inline'; worker-src 'self' data:; frame-src 'self' https://app.netlify.com https://www.youtube-nocookie.com; frame-ancestors 'none';