From 63f67d6f0b6c691431acf5f15b0a446325cf66b7 Mon Sep 17 00:00:00 2001 From: CuriousX Date: Tue, 21 Nov 2023 13:12:14 -0700 Subject: [PATCH] Update src/registrar/config/settings.py Co-authored-by: Neil MartinsenBurrell --- src/registrar/config/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index 9db15e93f..249953f28 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -298,7 +298,6 @@ SERVER_EMAIL = "root@get.gov" # Content-Security-Policy configuration # this can be restrictive because we have few external scripts allowed_sources = "'self'" -allowed_sources_scripts = ["'self'", "https://www.googletagmanager.com/", "https://www.google-analytics.com/"] CSP_DEFAULT_SRC = allowed_sources # Most things fall back to default-src, but the following do not and should be # explicitly set