[Webkit-unassigned] [Bug 194791] New: Introduce and adopt new class RegistrableDomain for eTLD+1 and partitioning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 18 14:47:30 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194791

            Bug ID: 194791
           Summary: Introduce and adopt new class RegistrableDomain for
                    eTLD+1 and partitioning
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

We should have a dedicated class representing a "registrable domain" or eTLD+1. This concept is used heavily in WebKit, for instance in partitioning, SameSite cookies, and Resource Load Statistics (a.k.a. Intelligent Tracking Prevention). Currently, registrable domains are passed as strings and we've had at least two bugs where the host, including subdomains, was passed instead. Type safety will prevent such bugs in the future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190218/10b2d75d/attachment-0001.html>


More information about the webkit-unassigned mailing list