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);
return globals.publicSuffixList;
}
function restart(lists, options = {}) {