mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-22 18:41:38 +01:00
Updated 3.3 uBlock Origin (markdown)
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user