-
Notifications
You must be signed in to change notification settings - Fork 478
behind-the-scene inheritance #883
Comments
More generally, you propose the ability to isolate a scope from the parent one. |
As you could have noticed on the pictures attached, i use dynamic ruleset, so actually it's not a big deal to block those Global Scope domains for behind-the-scene, but the idea is that behind-the-scene should't inherit from Global Scope, IF there's a rule for that scheme: For instance:
Now vimeo.com doesn't care about behind-the-scene * * block, because it's allowed in Global Scope.. |
could be something like this if to look at it in more global, would be even more flexible, but keeping in mind of "no new feature request" didn't structure it like this, the idea is great though |
Using the all cell to decide whether a scope is isolated or not is an interesting idea -- I like it. Currently the UI does not work for this though, as the all cell can toggle only between block and allow, so addressing this point would allow the proposal be implemented seamlessly in the core filtering code, the idea fits well with what is already in there. |
What about using |
He wants the ability to modify the way rules propagate on the z axis (from broader scopes to narrower ones), the |
Removing the |
Yep, it takes some time to get the whole thing, could be a bit complicated at first. There's another issue that came up when I tried updating from 1.1.17rc0 (that was post rc0, about 4 commits after it, as far as i remember). Legacy doesn't work in FF5602, neither in FF57. Webextension works in both. Console on install:
Dashboard available only by directly going to chrome://umatrix/content/dashboard.html Every option is clear inside, no checkboxes, no rules, no hosts files, even nothing in About (no version)
|
uMatrix for Legacy Firefox is no longer maintained: see #824. |
Yeah, well 1.1.17rc0 works at least. Thanks for your attention. |
Is it possible to add an option for advanced users, so that behind-the-scene and other schemes (file-scheme, about-scheme, data-scheme etc) do NOT inherit from Global Scope (*), as for me I use Legacy uMatrix in unbranded build of FF 57 and it's very inconvenient to block those rules (or parse them thus increasing config file size for no reason)
A little option could be usefull in future.
Thanks for your work & time.
The text was updated successfully, but these errors were encountered: