Hi all,
I'm receiving the console message – Uncaught SecurityError: Blocked a frame with origin "
https://www.google.com" from accessing a frame with origin "
https://OURDOMAIN.com". Protocols, domains, and ports must match. – when attempting to call
grecaptcha.reset();
grecaptcha.reset(); works multiple times prior to CAPTCHA being ticked/passed, however once user is verified, the "Uncaught SecurityError: Blocked a frame" error message is posted to console when calling grecaptcha.reset();
All HTTPS, all port 80, and our domain is registered through API control panel.