You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more secure CSP rules FlaskWTF reCAPTCHA should allow providing nonce when using reCAPTCHA and include that nonce in the script tag which loads api.js.
I think my PR should address the issue of inserting nonce to the script tag.
But getting it working needs adding that nonce to the HTTP CSP header, I don't think that should be part of this library.
For more secure CSP rules FlaskWTF reCAPTCHA should allow providing
nonce
when using reCAPTCHA and include thatnonce
in the script tag which loads api.js.More information: https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website-how-can-i-configure-it-to-work-with-recaptcha
The text was updated successfully, but these errors were encountered: