-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
hCaptcha will not load when UV is iframed (about:blank) #128
Comments
yeah this is a known issue, not sure how we would go about fixing it probably going to keep this issue open though for further discussion |
Which version are you using? |
Did you try it whilst about:blank cloaking was enabled? |
After testing, uv cannot rewrite iframe again |
probably need to check if hcaptcha uses postMessage, and if it requires a trusted Message event, or correct origin? |
without about:blank cloak:
with about:blank cloak (iframe):
iframe to front end:
iframe for service worker to pickup:
this probably isn't fixable, as no errors are appearing in console. most likely hcaptcha blocking when 2 iframes deep (3 iframes deep from its perspective (about:blank > uv > hcaptcha iframe))? not sure, but best to report it incase others have issues
recaptcha still works fine when about:blank-ed
The text was updated successfully, but these errors were encountered: