You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, this will be hard. It seems that the uMatrix will replace (or clear?) the iframe and somehow my extension won't be running inside. That's unexpected behavior since my extension should be executed in all frames.
The same problem should however affect also other iframes with blocked javascript even without the uMatrix. Such iframes are not very common on the web, but still possible.
The only solution I can think of is identify all frames where my script is not running and "somehow" block them.
However there is a good chance it will not be possible. All mouse events inside iframe are captured by iframe and parent window doesn't see them. All I could do is block all interactions with the iframe but then user will not be able to interact with iframe at all, which is not good because in this case the link inside wouldn't be clickable anymore...
I will investigate this further before releasing new version.
Hallo,
iframes of uMatrix are not detected as scrollable area.
Steps To Reproduce
Device info:
The text was updated successfully, but these errors were encountered: