From bba10ed66b2eb0eecfa1e46e7badf4d0fdc32aa4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Dec 2021 19:40:36 +0200 Subject: [PATCH] fdsfsd --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 6c5214dfe..fd8938596 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -125,7 +125,7 @@ def after_request(response): response.headers.add("Strict-Transport-Security", "max-age=31536000") response.headers.add("X-Frame-Options", "deny") - response.headers.add("Content-Security-Policy", "script-src 'self' *.cloudflare.com;") + response.headers.add("Content-Security-Policy", "script-src 'self' ajax.cloudflare.com 'unsafe-inline' static.cloudflareinsights.com; connect-src cloudflareinsights.co;") return response