Skip to content

Commit

Permalink
Add missing google csp rules
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Oct 28, 2024
1 parent 16d6428 commit 6d8c574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def show_toolbar(request):
# Crisp
"https://game.crisp.chat",
"https://plugins.crisp.chat/",
"https://www.googletagmanager.com/",
)
CSP_MEDIA_SRC = (
# Crisp
Expand All @@ -551,6 +552,7 @@ def show_toolbar(request):
"beta.gouv.fr",
"sparte-metabase.osc-secnum-fr1.scalingo.io",
"google.com",
"https://www.google.com/",
"data.geopf.fr",
"https://raw.githack.com",
"https://openmaptiles.geo.data.gouv.fr",
Expand Down

0 comments on commit 6d8c574

Please sign in to comment.