Skip to content

Commit

Permalink
Update csp_whitelist.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolasMalovanets committed Jul 30, 2024
1 parent 230c756 commit c2e004e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
<value id="bold_commerce" type="host">api.boldcommerce.com</value>
<value id="bold_commerce_staging" type="host">api.staging.boldcommerce.com</value>
<value id="cashier" type="host">cashier.boldcommerce.com</value>
<value id="bold_braintree_sandbox" type="host">*.sandbox.braintree-api.com</value>
<value id="bold_braintree" type="host">*.braintree-api.com</value>
</values>
</policy>
<policy id="script-src">
<values>
<value id="allow_inline_resource" type="host">unsafe-inline</value>
<value id="bold_commerce" type="host">api.boldcommerce.com</value>
<value id="bold_commerce_staging" type="host">api.staging.boldcommerce.com</value>
<value id="cashier" type="host">cashier.boldcommerce.com</value>
<value id="bold_paypal" type="host">*.paypal.com</value>
</values>
</policy>
<policy id="frame-src">
Expand All @@ -39,6 +41,7 @@
<policy id="img-src">
<values>
<value id="bold_commerce_static" type="host">static.boldcommerce.com</value>
<value id="bold_paypal_images" type="host">*.paypal.com</value>
</values>
</policy>
<policy id="font-src">
Expand Down

0 comments on commit c2e004e

Please sign in to comment.