mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dashboard: My rules (markdown)
parent
0a250c4746
commit
fde278b5a7
1 changed files with 21 additions and 0 deletions
|
|
@ -9,3 +9,24 @@
|
|||
***
|
||||
|
||||

|
||||
|
||||
### Default ruleset
|
||||
|
||||
The default ruleset when uBO is freshly installed:
|
||||
|
||||
```
|
||||
no-large-media: behind-the-scene false
|
||||
behind-the-scene * * noop
|
||||
behind-the-scene * image noop
|
||||
behind-the-scene * 3p noop
|
||||
behind-the-scene * inline-script noop
|
||||
behind-the-scene * 1p-script noop
|
||||
behind-the-scene * 3p-script noop
|
||||
behind-the-scene * 3p-frame noop
|
||||
```
|
||||
|
||||
Additionally, Firefox has also the following rule:
|
||||
|
||||
```
|
||||
no-csp-reports: * true
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue