VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

Can't reload recaptcha after submitting invalid form #63

Closed tamvm closed 9 years ago

tamvm commented 9 years ago

I added recaptcha widget to my login and whether user submitted wrong credentials, I tried to reload recaptcha by using vcRecaptchaService.reload($scope.widgetId); (like an example) but the recaptcha is not reloaded and I also received a message in browser console:

Uncaught SecurityError: Blocked a frame with origin "https://www.google.com" from accessing a frame with origin "https://xxx.com". Protocols, domains, and ports must match.

thought both site using https protocol already. Please let me know any suggestion.

tamvm commented 9 years ago

Anyone here? please help me this issue,

tamvm commented 9 years ago

Thanks for your response. It worked.

AquilaSagitta commented 9 years ago

I'm still having this issue. Running https and still get Uncaught SecurityError: Blocked a frame with origin ... Protocols, domains, and ports must match.