-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Design issues
This page collects all the issues affecting the current design of today's PSL. The goal is to have a better understanding of the limitations to (hopefully) come with a better one.
-
Static list (akin to hosts.txt) vs Server-Based Solution
This is a static list. When list is infrequently updated this is a speed enhancement as a local source file, but when updates occur it can lead to stale behavior (a common example of this was during the 2014+ nTLDs sometimes being sent to search vs DNS by omnibox browsers with an old version of PSL locally, where an OS or software update that would update to catch up and remedy may have had long spans between)
-
Rename "ICANN" section to "IANA" section
Fundamentally, the upper section being named "ICANN" was perhaps a less good choice than "IANA", it has been suggested this be renamed, but there are a number of automations that this would break, and we suspect that there would also be a cascading issue out to the consumers and users of the list to make this change. Juice/Squeeze ratio on this : low
-
Power User Considerations - referral entries
CDN / Cloud or other providers' needs for frequent updates or large inclusion blocks might merit considering the PSL including a new record type to refer a subsequent lookup to those providers' self-managed entries or evolving considerations such as DNS-based standards as they emerge, such as DBOUND via the IETF
-
Finite resource
This makes harder to consider patches such as https://github.com/publicsuffix/list/pull/277 that requires the merge of 19k
.NAME
rules. -
Intentional expression of intentional subdomain function is too blunt
When a domain owner is using the PSL to express the manner in which there is preference of handling, it could be more crisp and deliberate. Example: Domain owner seeks that cookies should exist in the subspace for foo.bar.com but may want to have/not have wildcard certificates issued for those same subspaces.
-
Variance in the
*
or!
interpretation and useFor some of the more deliberately expressed entry use-cases, there seems to be variation in the use of ! or * prefixes which conflict; or, variance in the manner in which these are implemented in services, software or systems that utilize the PSL exist; or, some of these entries are ignored, not imported or used
-
More richful format
Use something different than a simple list of strings, that allows extensibility and extra fields. A possible alternative is either JSON or YAML.
-
List metadata
As for previous point, a different format may allow metadata to be added to the list (e.g. last update).
-
Split private vs non-private
There has been an increasing demand to separate the two lists for better management and reduced on-the-fly parsing.
-
Potentially Convert to using all A-labels
While using the raw Unicode string mitigates all the legacy and mixed IDN implementation variations in encoding standards that have ocurred across the past three decades, some purists would prefer to break legacy use cases and force use of the most recent standards. The project has deferred decision on this to browsers as the key consumer and use case. For those who do not like backward compatibility, or rendering early adopter domains broken, we can consider following ICANN's Universal Acceptance Steering Group recommendations and switch to A-Label TLD representation. In plain talk, this means punycode TLDs being listed instead of Unicode TLDs (ex xn--fiqs8s vs 中国)
-
Wildcard
Clarify the use of wildcard. Today we implicitly support any wildcards, but all implementations support only left-outermost wildcard.
Additionally, the behavior of wildcard and its use and implementation may vary by use-case