We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9ab20 commit 36ef217Copy full SHA for 36ef217
app/code/Magento/Paypal/etc/csp_whitelist.xml
@@ -40,6 +40,11 @@
40
<value id="pilot_payflowlink_paypal_com" type="host">pilot-payflowlink.paypal.com</value>
41
</values>
42
</policy>
43
+ <policy id="font-src">
44
+ <values>
45
+ <value id="paypal_objects" type="host">www.paypalobjects.com</value>
46
+ </values>
47
+ </policy>
48
<policy id="form-action">
49
<values>
50
<value id="www_pilot_payflowlink_paypal" type="host">pilot-payflowlink.paypal.com</value>
0 commit comments