From c397ff808e9a5d42f8acb5ba058f60a60e04e21b Mon Sep 17 00:00:00 2001 From: Ilayda Cavusoglu Pars Date: Tue, 10 Sep 2024 14:22:56 +0300 Subject: [PATCH] feat: add missing csp --- webapp/handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/handlers.py b/webapp/handlers.py index f4566b9d..4516ebfb 100644 --- a/webapp/handlers.py +++ b/webapp/handlers.py @@ -10,6 +10,7 @@ "buttons.github.io", "www.googletagmanager.com", "w.usabilla.com", + "*.crazyegg.com", # This is necessary for Google Tag Manager to function properly. "'unsafe-inline'", ],