From 61aa1739395bacf8989e22d7308431e477eb16d2 Mon Sep 17 00:00:00 2001 From: Gunther Weissenbaeck Date: Sun, 8 Oct 2023 12:29:59 +0200 Subject: [PATCH] flaked --- app/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/settings.py b/app/core/settings.py index ffc8731..f632c03 100644 --- a/app/core/settings.py +++ b/app/core/settings.py @@ -104,7 +104,7 @@ CSP_STYLE_SRC = ( "https://fonts.googleapis.com", ) CSP_SCRIPT_SRC = ( - "'self'", + "'self'", "'unsafe-inline'", "https://cdn.datatables.net", "https://cdn.jsdelivr.net",