-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bypass using object with no contentWindow #96
Comments
turns out it even works without |
yea this doesn't seem to be a chromium_bug_workaround.js problem even, there's just something off with reloading an already attached |
I'd expect the load listener to fire but with object it doesn't for some reason |
Seems like this is the same root cause?
|
does this work for you on https://lavamoat.github.io/snow/demo/? @mmndaniel |
researching #96 (comment) more i learned something sad about |
Well, one (risky, non-performant, buggy) hack I can think of is to use mutation events, but that's really not a good idea (they are deprecated for good reasons). |
Are they synchronous? Because if not they are no help unfortunately |
yes they are, they are really terrible |
yea I'm starting to recall these... I'd like to avoid that if possible :( |
not scared of objects/embeds anymore thanks to #118 |
Basically workaround
chromium_bug_workaround.js
:) should be easy to fix using thisThe text was updated successfully, but these errors were encountered: