Find
C
ase-sensitive
R
egexp search
Path
mozilla-mobile
/
firefox-tv
/
app
/
src
/
main
/
java
/
org
/
mozilla
/
tv
/
firefox
/
utils
/
publicsuffix
Navigation
Enable keyboard shortcuts
Name
Description
Size
PublicSuffix.java
Helper methods for the public suffix part of a domain. A "public suffix" is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. https://publicsuffix.org/ Some parts of the implementation of this class are based on InternetDomainName class of the Guava project: https://github.com/google/guava
6137
PublicSuffixKt.kt
A helper to allow [PublicSuffix] to call Kotlin code: converting the whole file didn't seem right.
1002
PublicSuffixPatterns.java
If a hostname is contained as a key in this map, it is a public suffix.
3655