Skip to content

Commit e2c419d

Browse files
authored
Merge pull request #29 from customgento/DEV-519-fix-images-whitelist
Add images to whitelist
2 parents 311b1b8 + 0aedd2a commit e2c419d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/csp_whitelist.xml

+6
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
<value id="cookiebot_eu" type="host">consentcdn.cookiebot.eu</value>
2121
</values>
2222
</policy>
23+
<policy id="img-src">
24+
<values>
25+
<value id="cookiebot" type="host">imgsct.cookiebot.com</value>
26+
<value id="cookiebot_eu" type="host">imgsct.cookiebot.eu</value>
27+
</values>
28+
</policy>
2329
</policies>
2430
</csp_whitelist>

0 commit comments

Comments
 (0)