diff --git a/3.3-uBlock-Origin.md b/3.3-uBlock-Origin.md index f5d34e0..e4916eb 100644 --- a/3.3-uBlock-Origin.md +++ b/3.3-uBlock-Origin.md @@ -1,7 +1,14 @@ -Best practice is to default deny-all, then whitelist. Your rules are kept in the dashboard. +Best practice is to default deny-all, then whitelist. Your rules are kept in the dashboard. Here are some good global rules to consider -## kill all remote fonts -This is the bottom right panel option (the symbol is an A). Now any site you REALLY need to see the icons (it's usually pretty clear without them), you can set an exception. + +- Kill all remote fonts. This is the bottom right panel option (the symbol is an A). Now any site you REALLY need to see the icons (it's usually pretty clear without them), you can set an exception. ``` no-remote-fonts: * true +``` + +- block all 3rd party, 3rd party frames, all 3rd party scripts +``` +* * 3p block +* * 3p-frame block +* * 3p-script block ``` \ No newline at end of file