Skip to content

Fix NC filter for domains suffix-only domains #1487

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

Merged
merged 4 commits into from
Aug 3, 2022

Conversation

neacsu
Copy link
Contributor

@neacsu neacsu commented Aug 3, 2022

Description

Domains that are themselves a public suffix in the https://publicsuffix.org/list/public_suffix_list.dat list can be reached. For those domains we need to specify the full domain in the allowed list

Checklist:

  • added a changelog entry to CHANGELOG.md

@neacsu neacsu requested a review from mfahampshire as a code owner August 3, 2022 08:14
neacsu added 2 commits August 3, 2022 11:29
Some domains might be composed of the suffix only.

There are no nonsense domains, as they can be defined even on the local
machine. The underlying library doesn't resolve them, but rather uses a
fixed list of public suffixes to assess the domains.
@neacsu neacsu merged commit 0789382 into develop Aug 3, 2022
@neacsu neacsu deleted the feature/fix_filter_for_suffix branch August 3, 2022 08:58
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.

1 participant