Skip to content

Commit f43c7df

Browse files
Merge pull request #8943 from magento-cia/AC-11946
AC-11946: [PCI] CSP restricted mode on multishipping billing page
2 parents 06139a7 + 9f643b4 commit f43c7df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/code/Magento/Multishipping/etc/config.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,20 @@
1818
<multi_address_error_message>The current cart does not match multi shipping criteria, please review or contact the store administrator</multi_address_error_message>
1919
</minimum_order>
2020
</sales>
21+
<csp>
22+
<mode>
23+
<storefront_multishipping_checkout_billing>
24+
<report_only>0</report_only>
25+
</storefront_multishipping_checkout_billing>
26+
</mode>
27+
<policies>
28+
<storefront_multishipping_checkout_billing>
29+
<scripts>
30+
<inline>0</inline>
31+
<event_handlers>1</event_handlers>
32+
</scripts>
33+
</storefront_multishipping_checkout_billing>
34+
</policies>
35+
</csp>
2136
</default>
2237
</config>

0 commit comments

Comments
 (0)