mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Make it easier to add filters for testing purpose
This commit is contained in:
parent
c3187d85e8
commit
fba662421d
1 changed files with 2 additions and 2 deletions
|
|
@ -1500,8 +1500,8 @@ async function main() {
|
|||
trusted: true,
|
||||
urls: [ 'https://ublockorigin.github.io/uBOL-home/tests/test-filters.txt' ],
|
||||
homeURL: 'https://ublockorigin.github.io/uBOL-home/tests/test-filters.html',
|
||||
filters: [
|
||||
],
|
||||
filters: [`
|
||||
`],
|
||||
});
|
||||
|
||||
// Regional rulesets
|
||||
|
|
|
|||
Loading…
Reference in a new issue