From 0dc9421c6cac4ae6ec15002a5c33e4712e52deaa Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 26 Nov 2017 09:40:04 -0500 Subject: [PATCH] Updated How to work only with global rules and all scripts blocked by default (markdown) --- ...-rules-and-all-scripts-blocked-by-default.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/How-to-work-only-with-global-rules-and-all-scripts-blocked-by-default.md b/How-to-work-only-with-global-rules-and-all-scripts-blocked-by-default.md index a1d5d46..862094a 100644 --- a/How-to-work-only-with-global-rules-and-all-scripts-blocked-by-default.md +++ b/How-to-work-only-with-global-rules-and-all-scripts-blocked-by-default.md @@ -22,3 +22,20 @@ From now on, the global scope will always be selected by default when you open t ![a](https://user-images.githubusercontent.com/585534/33240893-5c192c48-d28c-11e7-89b4-70fb14318887.png) +Now we will change the out-of-the-box ruleset to achieve our goal of working only with global rules and to only block/allow scripts and frames, i.e. everything will be allowed by default. All these modifications to the default ruleset can be done from the popup panel: + +![a](https://user-images.githubusercontent.com/585534/33240946-eaab32d0-d28c-11e7-87bb-297d68d78b2c.png) + +As seen in the picture above: + +- The global scope is now always selected by default. +- The _cookie_, _media_, _XHR_, and _other_ cells were whitelisted. +- The _frame_ cell was un-blacklisted. +- The _1st-party_ cell was un-whitelisted. +- The _1st-party_/_frame_ cell was un-whitelisted. + +Now persist these changes by clicking the padlock icon (which should report that 7 rules were changed): + +![a](https://user-images.githubusercontent.com/585534/33241002-c12b7ffe-d28d-11e7-9af3-b9e78891aa70.png) + +