mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
sensible default rules in case one un-whitelist behind-the-scene + use default deny
This commit is contained in:
parent
7ada31a545
commit
0c5ef268ad
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ return function() {
|
|||
|
||||
var fetchableProps = {
|
||||
'compiledMagic': '',
|
||||
'dynamicFilteringString': '',
|
||||
'dynamicFilteringString': 'behind-the-scene * 3p noop\nbehind-the-scene * 3p-frame noop',
|
||||
'urlFilteringString': '',
|
||||
'hostnameSwitchesString': '',
|
||||
'lastRestoreFile': '',
|
||||
|
|
Loading…
Reference in a new issue