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
{{ message }}
This repository was archived by the owner on Sep 19, 2020. It is now read-only.
Support issues and questions are handled at /r/uMatrix
I tried to reproduce the issue when...
uMatrix is the only extension
uMatrix with default lists/settings
using a new, unmodified browser profile
I am running the latest version of uMatrix
I checked the documentation to understand that the issue I report is not a normal behavior
I used the logger to rule out that the issue is caused by my ruleset
Description
Hi.
I disable dom Intersection Observer API for many years. For privacy and security reason of course. I have never had a problem with this. Until now. As it turned out, if the api is disabled uMatrix 1.4.1bx does not work either.
Steps to Reproduce
Fresh install Firefox browser (any version).
Install any dev version uMatrix 1.4.1
Open about:config
Find string "dom.IntersectionObserver.enabled"
Change from true to false.
Restart browser.
Try open popup on uMatrix badge
Ruleset
Default ruleset. Nothing has changed.
Supporting evidence
uMatrix 1.4.0 and lower not have this issue. I think this is somehow connected with DOMRect. But I'm not sure.