diff --git a/platform/nodejs/index.js b/platform/nodejs/index.js index 0a7e360bc..308a1bb22 100644 --- a/platform/nodejs/index.js +++ b/platform/nodejs/index.js @@ -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; }