1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

Fix erroneous removal of code from pslInit()

This commit is contained in:
Raymond Hill 2021-07-31 07:09:01 -04:00
parent d5da88ea87
commit 23cabfd440
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 = {}) {