1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Updated Dashboard: My rules (markdown)

Raymond Hill 2023-03-08 13:11:46 -05:00
parent 0a250c4746
commit fde278b5a7

@ -9,3 +9,24 @@
***
![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
```