Skip to content

Commit

Permalink
Merge pull request #47 from pikulsky/fix-content-security-policy-error
Browse files Browse the repository at this point in the history
Fixed report from Content Security Policies module
  • Loading branch information
vpietri authored Oct 15, 2020
2 parents 4cadea3 + 676c8d5 commit 19cc3a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
<policies>
<policy id="img-src">
<values>
<value id="githubusercontent_images" type="host">camo.githubusercontent.com</value>
</values>
</policy>
</policies>
</csp_whitelist>

0 comments on commit 19cc3a0

Please sign in to comment.