Skip to content

Commit

Permalink
Merge pull request #24 from customgento/dev-280-add-eu-domain-to-csp-…
Browse files Browse the repository at this point in the history
…whitelist

Add csp, DEV-280
  • Loading branch information
sprankhub authored Dec 13, 2023
2 parents e4a62cd + 62d3cda commit f93c13c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
<policy id="script-src">
<values>
<value id="cookiebot" type="host">consent.cookiebot.com</value>
<value id="cookiebot_eu" type="host">consent.cookiebot.eu</value>
</values>
</policy>
<policy id="frame-src">
<values>
<value id="cookiebot" type="host">consentcdn.cookiebot.com</value>
<value id="cookiebot_eu" type="host">consentcdn.cookiebot.eu</value>
</values>
</policy>
<policy id="connect-src">
<values>
<value id="cookiebot" type="host">consentcdn.cookiebot.com</value>
<value id="cookiebot_eu" type="host">consentcdn.cookiebot.eu</value>
</values>
</policy>
</policies>
Expand Down

0 comments on commit f93c13c

Please sign in to comment.