Skip to content

Commit 60c17da

Browse files
committed
MC-42309: Add paypal urls to csp_whitelist
- added paypal urls to csp_whitelist.xml
1 parent 1ac9fab commit 60c17da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Paypal/etc/csp_whitelist.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<policy id="connect-src">
2929
<values>
3030
<value id="www_sandbox_paypal" type="host">www.sandbox.paypal.com</value>
31+
<value id="paypal_objects" type="host">www.paypalobjects.com</value>
32+
<value id="www_paypal" type="host">www.paypal.com</value>
3133
</values>
3234
</policy>
3335
<policy id="frame-src">

0 commit comments

Comments
 (0)