mirror of https://github.com/gorhill/uBlock.git
Make pslInit() returns the publicSuffixList instance used internally
Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/issues/1664#issuecomment-889647595
This commit is contained in:
parent
a58a093d90
commit
5be4d5d877
|
@ -123,6 +123,7 @@ function pslInit(raw) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
globals.publicSuffixList.parse(raw, globals.punycode.toASCII);
|
globals.publicSuffixList.parse(raw, globals.punycode.toASCII);
|
||||||
|
return globals.publicSuffixList;
|
||||||
}
|
}
|
||||||
|
|
||||||
function restart(lists, options = {}) {
|
function restart(lists, options = {}) {
|
||||||
|
|
Loading…
Reference in New Issue