mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
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
Block a user