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 0e1e0c4 commit c40ce69Copy full SHA for c40ce69
ReCaptchaVersion3Invisible/etc/csp_whitelist.xml
@@ -9,13 +9,13 @@
9
<policies>
10
<policy id="frame-src">
11
<values>
12
- <value id="google_com" type="host">*.google.com</value>
+ <value id="google_com" type="host">https://www.google.com/recaptcha/</value>
13
</values>
14
</policy>
15
<policy id="script-src">
16
17
- <value id="gstatic_com" type="host">*.gstatic.com</value>
18
+ <value id="gstatic_com" type="host">https://www.gstatic.com/recaptcha/</value>
19
20
21
</policies>
0 commit comments