kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
408 stars 54 forks source link

Better handling of eTLDs #192

Open mook opened 2 months ago

mook commented 2 months ago

This fixes eTLD handling for parsing domains (for use with default container rule addition templating) to support IANA TLDs, and while were at it, effective TLDs from Mozilla's public suffix list.

This may result in some hosts ending up with different containers, so this may constitute data loss.

Fixes #159