Skip to content

Commit ca33666

Browse files
committed
MC-38797: Fix js errors for recaptcha
1 parent b67a37f commit ca33666

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
3+
<policies>
4+
<policy id="frame-src">
5+
<values>
6+
<value id="google_com" type="host">*.google.com</value>
7+
</values>
8+
</policy>
9+
<policy id="script-src">
10+
<values>
11+
<value id="gstatic_com" type="host">*.gstatic.com</value>
12+
<value id="google_com" type="host">*.google.com</value>
13+
</values>
14+
</policy>
15+
</policies>
16+
</csp_whitelist>
17+

0 commit comments

Comments
 (0)