Skip to content

Commit

Permalink
Merge pull request #29 from customgento/DEV-519-fix-images-whitelist
Browse files Browse the repository at this point in the history
Add images to whitelist
  • Loading branch information
norgeindian committed May 21, 2024
2 parents 311b1b8 + 0aedd2a commit e2c419d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@
<value id="cookiebot_eu" type="host">consentcdn.cookiebot.eu</value>
</values>
</policy>
<policy id="img-src">
<values>
<value id="cookiebot" type="host">imgsct.cookiebot.com</value>
<value id="cookiebot_eu" type="host">imgsct.cookiebot.eu</value>
</values>
</policy>
</policies>
</csp_whitelist>

0 comments on commit e2c419d

Please sign in to comment.