Skip to content

Commit c40ce69

Browse files
committed
MC-38797: Fix js errors for recaptcha
1 parent 0e1e0c4 commit c40ce69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReCaptchaVersion3Invisible/etc/csp_whitelist.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<policies>
1010
<policy id="frame-src">
1111
<values>
12-
<value id="google_com" type="host">*.google.com</value>
12+
<value id="google_com" type="host">https://www.google.com/recaptcha/</value>
1313
</values>
1414
</policy>
1515
<policy id="script-src">
1616
<values>
17-
<value id="gstatic_com" type="host">*.gstatic.com</value>
18-
<value id="google_com" type="host">*.google.com</value>
17+
<value id="gstatic_com" type="host">https://www.gstatic.com/recaptcha/</value>
18+
<value id="google_com" type="host">https://www.google.com/recaptcha/</value>
1919
</values>
2020
</policy>
2121
</policies>

0 commit comments

Comments
 (0)