mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
uBlock's privacy filters will now be enabled by default at first install
This commit is contained in:
parent
eb76921674
commit
5a5752eb22
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,6 @@ return {
|
|||
group: 'default'
|
||||
},
|
||||
'assets/ublock/privacy.txt': {
|
||||
off: true,
|
||||
title: 'µBlock filters – Privacy',
|
||||
group: 'default'
|
||||
}
|
||||
|
|
|
@ -59,6 +59,7 @@ var mirrorCandidates = {
|
|||
's0.2mdn.net': /(2mdn\.net\/instream\/html5\/ima3\.js)/,
|
||||
'www.googletagservices.com': /(www\.googletagservices\.com\/tag\/js\/gpt\.js)/,
|
||||
'maxcdn.bootstrapcdn.com': /^maxcdn\.bootstrapcdn\.com\/font-awesome\//,
|
||||
'netdna.bootstrapcdn.com': /^netdna\.bootstrapcdn\.com\/bootstrap\//,
|
||||
'b.scorecardresearch.com': /^b\.scorecardresearch\.com\/beacon\.js/,
|
||||
'platform.twitter.com': /^platform\.twitter\.com\/widgets\.js/,
|
||||
'cdn.quilt.janrain.com': /^cdn\.quilt\.janrain\.com\//
|
||||
|
|
Loading…
Reference in a new issue