Re: [whatwg/url] Define hosts' public suffix and registrable domain. (#391)

To expand on that:
* Chromium bug - https://bugs.chromium.org/p/chromium/issues/detail?id=459802
* Firefox bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1124625

Doing an audit of Chromium for [EXCLUDE_PRIVATE_REGISTRIES](https://cs.chromium.org/search/?q=EXCLUDE_PRIVATE_REGISTRIES&sq=package:chromium&type=cs) shows that the features are predominantly UI. It looks like we do expose some of the configurability to Blink, although it [doesn't use it](https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/script/document_write_intervention.cc?rcl=eff032d48fd7361504192c53d7a88ed88f11de12&l=139)

The wildcard issue is enough to call out, since you'll get different results if you getPublicSuffix(getPublicSuffix('foo.platform.sh')) depending on browser.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/391#issuecomment-392529847

Received on Monday, 28 May 2018 13:41:11 UTC