Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
This repository was archived by the owner on May 29, 2025. It is now read-only.

unregisterable domains returning invalid results #3

Description

@tiamat2012

The icann_only = True option doesn't seem to be working. A quick python test:

import psl

resp = psl.domain_suffixes('host.local', icann_only=True)
print(f"local psl response = {resp}")

output:

local psl response = Suffixes(public='local', private='host.local')

I would have expected it to return None in the public value, since that should not match anything in the PSL and is not under any ICANN domain.

Any thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions