Skip to content

Commit

Permalink
CSP updates for hotjar
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfridley committed Nov 7, 2023
1 parent e174261 commit b86c146
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions democracylab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def read_connection_config(config):
"*.doubleclick.net",
"*.newrelic.com",
"*.nr-data.net",
"*.hotjar.com",
"https://*.hotjar.com",
)
CSP_CONNECT_SRC = (
"'self'",
Expand All @@ -412,7 +412,9 @@ def read_connection_config(config):
"*.google-analytics.com",
"*.nr-data.net",
"*.hereapi.com",
"*.hotjar.com",
"https://*.hotjar.com",
"https://*.hotjar.io",
"wss://*.hotjar.com",
)
CSP_FONT_SRC = (
"'self'",
Expand Down

0 comments on commit b86c146

Please sign in to comment.