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-04 08:19:59 -08:00
parent bb5f205caf
commit 74258d7d03

@ -85,7 +85,7 @@ The scope selector in the matrix popup is simply used to select where a rule sho
#### "Strict blocking" is now the only available mode
There was not much real use for disabling "strict blocking", except for when a user wanted to fully auto-whitelist 1st-party requests when `frame` (or whatever request type) was globally blacklisted (blacklisting 3rd-party `frame` is a good habit security-wise).
There was not much real use for disabling ["strict blocking"](https://github.com/gorhill/httpswitchboard/wiki/%22Strict-blocking%22-illustrated), except for when a user wanted to fully auto-whitelist 1st-party requests when `frame` (or whatever request type) was globally blacklisted (blacklisting 3rd-party `frame` is a good habit security-wise).
Now with the `1st-party` row, it's just a matter of whitelisting `* 1st-party frame`, which will override the global blacklisting of the `frame` type, and thus it has become possible to fully whitelist a domain despite the presence of blacklisted request types.