Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into BP-4161-Klarna-KP-…
Browse files Browse the repository at this point in the history
…Processing-status-logged-in-comment-history
  • Loading branch information
vegimcarkaxhija committed Feb 4, 2025
2 parents b64cad0 + 6f68cfd commit 4f230c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ list.xsd">
<value id="buckaroo-checkout" type="host">https://checkout.buckaroo.nl</value>
<value id="buckaroo-checkout-test" type="host">https://testcheckout.buckaroo.nl</value>
<value id="buckaroo" type="host">https://buckaroo.nl</value>
<value id="paypal" type="host">https://www.paypal.com</value>
</values>
</policy>
<policy id="style-src">
Expand All @@ -16,10 +17,16 @@ list.xsd">
<value id="buckaroo-checkout-test" type="host">https://testcheckout.buckaroo.nl</value>
</values>
</policy>
<policy id="frame-src">
<values>
<value id="paypal-frame" type="host">https://www.paypal.com</value>
</values>
</policy>
<policy id="img-src">
<values>
<value id="payconiq-img" type="host">https://portal.payconiq.com</value>
<value id="buckaroo-static-img" type="host">https://static.buckaroo.nl</value>
<value id="paypal-img" type="host">https://www.paypalobjects.com</value>
</values>
</policy>
<policy id="connect-src">
Expand All @@ -30,6 +37,7 @@ list.xsd">
<value id="buckaroo-checkout" type="host">https://checkout.buckaroo.nl</value>
<value id="buckaroo-checkout-test" type="host">https://testcheckout.buckaroo.nl</value>
<value id="applepay-buckaroo" type="host">https://applepay.buckaroo.io</value>
<value id="paypal" type="host">https://www.paypal.com</value>
</values>
</policy>
</policies>
Expand Down

0 comments on commit 4f230c6

Please sign in to comment.