lupomontero / psl

JavaScript domain name parser based on the Public Suffix List
https://www.npmjs.org/package/psl
MIT License
388 stars 80 forks source link

Fix rules.json entry to match publicsuffix.org #311

Closed ngasull closed 2 weeks ago

ngasull commented 1 year ago

Fixes https://github.com/lupomontero/psl/issues/310

This notably fixes deno compatibility

maxnordlund commented 11 months ago

This bit me today and I can confirm that applying this locally allows using psl in deno. @lupomontero would you mind merging this, pretty please?

lupomontero commented 2 weeks ago

Hi @ngasull, many thanks for the PR and apologies for taking so long to get back to you. The data/rules.json file is updated via the scripts/update-rules.js script, which gets the list from https://publicsuffix.org

Earlier today I released a new version with the updated list. I hope this helps.