Skip to content

Commit

Permalink
Fixes doubleclick.net entry in CSP whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Hughes authored Jul 28, 2021
1 parent 026aca2 commit 9cb4cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<policy id="script-src">
<values>
<value id="google-analytics" type="host">*.google-analytics.com</value>
<value id="doubleclick" type="host">doubleclick.net</value>
<value id="doubleclick" type="host">*.doubleclick.net</value>
<value id="chat" type="host">chat.openxtra.co.uk</value>
</values>
</policy>
Expand Down

0 comments on commit 9cb4cb6

Please sign in to comment.