From 9dcf0d16743f55f6680cf14833fb6a243cf5c3db Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 20 Oct 2014 09:37:59 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ec186..284692e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Forked from [HTTP Switchboard](https://github.com/gorhill/httpswitchboard). Differences with HTTP Switchboard: - No pattern-based filtering -- use more advanced [µBlock](https://github.com/gorhill/uBlock) for this -- Rules from broader scopes propagate to narrower scopes +- Rules from broader scopes propagate to narrower scopes ([HTTP Switchboard issue #227](https://github.com/gorhill/httpswitchboard/issues/227)): - This means rules in global scope are ubiquitous, i.e. no longer sandboxed - See matrix as really 3D: evaluation order: Z, then X and Y, where - Z is the source hostname axis (aka "scope"), from global scope to narrower scopes From 6649c03397a6c698a76d027f4b54d23d673dcf58 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 20 Oct 2014 13:00:45 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 284692e..4977df0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Differences with HTTP Switchboard: - Rules from broader scopes propagate to narrower scopes ([HTTP Switchboard issue #227](https://github.com/gorhill/httpswitchboard/issues/227)): - This means rules in global scope are ubiquitous, i.e. no longer sandboxed - See matrix as really 3D: evaluation order: Z, then X and Y, where - - Z is the source hostname axis (aka "scope"), from global scope to narrower scopes + - 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`, `*`) - Much needed [code refactoring](http://en.wikipedia.org/wiki/Code_refactoring) toward portability/efficiency