Skip to content

Commit fba6624

Browse files
committed
[mv3] Make it easier to add filters for testing purpose
1 parent c3187d8 commit fba6624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mv3/make-rulesets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,8 +1500,8 @@ async function main() {
15001500
trusted: true,
15011501
urls: [ 'https://ublockorigin.github.io/uBOL-home/tests/test-filters.txt' ],
15021502
homeURL: 'https://ublockorigin.github.io/uBOL-home/tests/test-filters.html',
1503-
filters: [
1504-
],
1503+
filters: [`
1504+
`],
15051505
});
15061506

15071507
// Regional rulesets

0 commit comments

Comments
 (0)