I'm using react js one of the forms I used react-google-captcha and worked perfectly when build and the backend I use helmet which provides CSP security and other errors came up
after searching to lot of sites i add the following meta tag
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://www.google.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/;
frame-src https://www.google.com https://www.google.com/recaptcha/ https://recaptcha.google.com/recaptcha/"
/>
still no luck. have you encounter this problem? can share with me the solution. Thanks in advance

