mirror of https://github.com/gorhill/uBlock.git
Fix erroneous removal of code from pslInit()
This commit is contained in:
parent
d5da88ea87
commit
23cabfd440
|
@ -108,6 +108,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