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 b1b674a commit 8912a4fCopy full SHA for 8912a4f
examples/recaptcha-content-security-policy.php
@@ -45,7 +45,7 @@
45
"Content-Security-Policy: "
46
."default-src 'none'; " // By default we will deny everything
47
48
- ."script-src 'nonce-".$nonce."'; " // nonce allowing the reCAPTCHA library and other third-party scripts to be included
+ ."script-src 'nonce-".$nonce."' 'strict-dynamic'; " // nonce allowing the reCAPTCHA library and other third-party scripts to be included
49
50
."img-src https://www.gstatic.com/recaptcha/ https://www.google-analytics.com; " // allow images from these URLS
51
."frame-src https://www.google.com/; " // allow frames from this URL
0 commit comments