Skip to content

Commit f4b28db

Browse files
authored
Merge pull request #34 from customgento/update-csp-whitelist
Update CSP whiteliste, fixes #33
2 parents a59b52d + 1b2fefc commit f4b28db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

etc/csp_whitelist.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
</policy>
1717
<policy id="connect-src">
1818
<values>
19-
<value id="cookiebot" type="host">consentcdn.cookiebot.com</value>
20-
<value id="cookiebot_eu" type="host">consentcdn.cookiebot.eu</value>
19+
<value id="cookiebot_cdn" type="host">consentcdn.cookiebot.com</value>
20+
<value id="cookiebot_cdn_eu" type="host">consentcdn.cookiebot.eu</value>
21+
<value id="cookiebot" type="host">consent.cookiebot.com</value>
22+
<value id="cookiebot_eu" type="host">consent.cookiebot.eu</value>
2123
</values>
2224
</policy>
2325
<policy id="img-src">

0 commit comments

Comments
 (0)