1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-18 10:14:59 +12:00

Update README.md

This commit is contained in:
Raymond Hill 2014-10-20 22:27:58 -04:00
parent 0c5f894f71
commit 2f2d6e4d0e

View file

@ -13,7 +13,7 @@ Differences with HTTP Switchboard:
- Z is the source hostname axis (aka "scope"), from narrower scopes to global scope
- X is the request type axis: `*`, `cookie`, `css`, etc.
- Y is the destination hostname axis (`www.example.com`, `example.com`, `com`, `*`)
- Switching scopes in matrix popup does not create/delete scope, it just to allow user to modify rules in a specific scope
- Switching scopes in matrix popup does not create/delete scopes, this just allows a user to modify rules in a specific scope
- Rules in narrower scope(s) still exist and are enforced even if you have the global scope selected
- Much needed [code refactoring](http://en.wikipedia.org/wiki/Code_refactoring) toward portability/efficiency
- Big chunks of tired code have been removed, or replaced by small chunks of better code