Skip to content

Commit 45716cd

Browse files
authored
Merge pull request #43 from customgento/DEV-1113-fix-csp-issues
Fix csp errrors, DEV-1113
2 parents 8f379c2 + 1482b03 commit 45716cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/csp_whitelist.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<policy id="script-src">
66
<values>
77
<value id="cookiebot" type="host">consent.cookiebot.com</value>
8+
<value id="cookiebot_cdn" type="host">consentcdn.cookiebot.com</value>
89
<value id="cookiebot_eu" type="host">consent.cookiebot.eu</value>
10+
<value id="cookiebot_cdn_eu" type="host">consentcdn.cookiebot.eu</value>
911
</values>
1012
</policy>
1113
<policy id="frame-src">

0 commit comments

Comments
 (0)