Updated 3.3 uBlock Origin (markdown)

Thorin-Oakenpants 2017-03-15 06:31:51 +13:00
parent 2860347e00
commit a1cc88c92e

@ -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 no-remote-fonts: * true
```
- block all 3rd party, 3rd party frames, all 3rd party scripts
```
* * 3p block
* * 3p-frame block
* * 3p-script block
``` ```