|
|
|
|
|
by londons_explore
1950 days ago
|
|
A lot of the domain filters use things like: topPrivatelyControlledDomain(url.host().toString()).startsWith("google.") The definition of `topPrivatelyControlledDomain` means that `google.github.io` would qualify, or `google.works.aero`... Pretty much anybody can abuse that to get any of the quirks modes available in this file. See the full list here: https://publicsuffix.org/list/public_suffix_list.dat |
|