add gtm to csp sources

This commit is contained in:
Steven Reilly
2023-11-27 16:16:27 -05:00
committed by GitHub
parent 74ace43668
commit ff44be5279

View File

@@ -150,6 +150,7 @@ def _csp(config):
"'unsafe-eval'",
"https://js-agent.newrelic.com",
"https://gov-bam.nr-data.net",
"https://www.googletagmanager.com",
],
"connect-src": ["'self'", "https://gov-bam.nr-data.net"],
"style-src": ["'self'", asset_domain],