Skip to content

Commit

Permalink
chg: add google reccomeded connect-src CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
larry6point6 committed Feb 3, 2025
1 parent 57dea13 commit f47664b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_app/redbox_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@
f"{WEBSOCKET_SCHEME}://{ENVIRONMENT.hosts[0]}/ws/chat/",
"eu.i.posthog.com",
"eu-assets.i.posthog.com",
"https://*.google-analytics.com",
"https://*.analytics.google.com",
"https://*.googletagmanager.com",
"https://www.google-analytics.com/",
"https://region1.google-analytics.com/",
"https://www.googletagmanager.com/",
Expand Down

0 comments on commit f47664b

Please sign in to comment.