mirror of https://github.com/gorhill/uBlock.git
Fix pslInit() for install script (#3807)
This commit is contained in:
parent
d9adf5a6fb
commit
6b993f2f06
|
@ -101,6 +101,7 @@ function pslInit(raw) {
|
|||
console.error('Unable to populate public suffix list');
|
||||
return;
|
||||
}
|
||||
globals.publicSuffixList.parse(raw, globals.punycode.toASCII);
|
||||
return globals.publicSuffixList;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue