1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

Updated Changes from HTTP Switchboard (markdown)

gorhill 2014-11-03 13:43:24 -08:00
parent b01c592858
commit 6b89619b26

@ -54,7 +54,7 @@ In short, with µMatrix, do whatever you want.
In HTTPSB, scopes were mapped to discrete data structures internally, which were used to sandbox rules -- and as a consequence preventing scopes to inherit rules from broader scopes. There was a resource cost when creating a scope, and when evaluating a net request.
There is no more concrete data structure for scopes in µMatrix: all scopes virtually exist, so in µMatrix there is no longer a resource cost associated with scope creation. This also eliminate the need for settings such as:
There is no more concrete data structure for scopes in µMatrix: all scopes virtually exist at all time, so in µMatrix there is no longer a resource cost associated with scope creation -- because there is no scope creation. This also eliminate the need for settings such as:
- _"Auto create temporary [domain | site]-level scope"_
- _"Copy all rules from global scope into newly created local scopes"_