Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling of eTLDs #192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Better handling of eTLDs #192

wants to merge 2 commits into from

Conversation

mook
Copy link

@mook mook commented Apr 30, 2024

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

Mook added 2 commits April 29, 2024 19:56
This will be used to handle eTLD parsing.
This fixes eTLD handling for parsing domains (for use with default
container rule addition templating) to support IANA TLDs, and while we're
at it, effective TLDs from Mozilla's public suffix list.

This may result in some hosts ending up with different containers, so this
may consitute data loss.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLD matching isn't using eTLD, mismatches *.co.uk
1 participant