We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recaptcha is not shown to user on test and production environments
error: Refused to frame 'https://www.recaptcha.net/' because it violates the following Content Security Policy directive: "frame-src 'self' https://www.google.com/recaptcha/".
and from firefox: Content Security Policy: The page’s settings blocked the loading of a resource at https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=6Ld-ARETAAAAAPN1pcTy9oYsUrbKm9_c9VDMvl6X&co=aHR0cDovL3dob2lzLmVlOjgw&hl=en&v=f-bnnOuahiYKuei7dmAd3kgv&size=normal&cb=iyifhngxe0tb (“frame-src”).
possible solution: https://stackoverflow.com/questions/39853162/recaptcha-with-content-security-policy
The text was updated successfully, but these errors were encountered:
Maybe we should consider upgrading this to RECAPCHA 3 or something like that.
Sorry, something went wrong.
Upgrading to recaptcha 3 should be made via separate task/PR
yulgolem
Successfully merging a pull request may close this issue.
Recaptcha is not shown to user on test and production environments
error:
Refused to frame 'https://www.recaptcha.net/' because it violates the following Content Security Policy directive: "frame-src 'self' https://www.google.com/recaptcha/".
and from firefox:
Content Security Policy: The page’s settings blocked the loading of a resource at https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=6Ld-ARETAAAAAPN1pcTy9oYsUrbKm9_c9VDMvl6X&co=aHR0cDovL3dob2lzLmVlOjgw&hl=en&v=f-bnnOuahiYKuei7dmAd3kgv&size=normal&cb=iyifhngxe0tb (“frame-src”).
possible solution: https://stackoverflow.com/questions/39853162/recaptcha-with-content-security-policy
The text was updated successfully, but these errors were encountered: