Form Captcha extension: Content Security Policy of your site blocks some resources #434
-
|
When I enable Form Captcha extension (xExtension-Captcha), using reCAPTCHA v3, on login page I get this error in browser console and unable to login (clicking on login button has no effect):
When I edit the file $csp_hosts .= "/recaptcha/api.js https://www.gstatic.com/recaptcha/";to $csp_hosts .= "/recaptcha/ https://www.gstatic.com/recaptcha/";then no more error and I can log in sucessfully. Have I misconfigured something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, looks like it's a bug in the extension since I probably forgot to test reCaptcha after making some changes in 1.0.1 PR welcome with the line changed if you can |
Beta Was this translation helpful? Give feedback.
No, looks like it's a bug in the extension since I probably forgot to test reCaptcha after making some changes in 1.0.1
PR welcome with the line changed if you can