mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 08:52:45 +01:00
Updated Dashboard: My rules (markdown)
parent
0a250c4746
commit
fde278b5a7
@ -9,3 +9,24 @@
|
|||||||
***
|
***
|
||||||
|
|
||||||
![My rules pane](https://user-images.githubusercontent.com/886325/64913787-ea4b5980-d746-11e9-9428-5910c77c8b0a.png)
|
![My rules pane](https://user-images.githubusercontent.com/886325/64913787-ea4b5980-d746-11e9-9428-5910c77c8b0a.png)
|
||||||
|
|
||||||
|
### 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 New Issue
Block a user