mirror of https://github.com/gorhill/uBlock.git
this addresses #583: provide a link to the "Badware risks" wiki page
This commit is contained in:
parent
1e91f3db14
commit
251ed0d0d7
|
@ -66,6 +66,7 @@ return {
|
|||
prefetchingDisabled: true,
|
||||
requestLogMaxEntries: 1000,
|
||||
showIconBadge: true,
|
||||
cloudStorageEnabled: false,
|
||||
webrtcIPAddressHidden: false
|
||||
},
|
||||
|
||||
|
@ -131,7 +132,9 @@ return {
|
|||
},
|
||||
'assets/ublock/badware.txt': {
|
||||
title: 'uBlock filters – Badware risks',
|
||||
group: 'default'
|
||||
group: 'default',
|
||||
supportURL: 'https://github.com/gorhill/uBlock/wiki/Badware-risks',
|
||||
instructionURL: 'https://github.com/gorhill/uBlock/wiki/Badware-risks'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue