blob: f3741aa78eb3cf01bd065760fd965183dc981b49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
!
! ~~~ ublock origin filter rules
!
! ~~~ defaults
no-csp-reports: * true
no-large-media: behind-the-scene false
behind-the-scene * * noop
behind-the-scene * 1p-script noop
behind-the-scene * 3p noop
behind-the-scene * 3p-frame noop
behind-the-scene * 3p-script noop
behind-the-scene * image noop
behind-the-scene * inline-script noop
!
! ~~~ disable javascript
! dev
no-scripting: stackoverflow.com true
|