Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I484cce89dab3187f91ab6e005e265514a03028bd
|
|
Change-Id: Id151dafaa6ac9f569d76f08282b5c9e4c3b19621
|
|
|
|
soup_tld_is_public_suffix() was not returning TRUE for well known TLDs as
".com" after cbae89f4. Also added some extra documentation to
soup_tld_get_base_domain() in order to make explicit that it returns NULL
for private URLs.
Reworked unit tests in order to allow them detect these regressions.
https://bugzilla.gnome.org/show_bug.cgi?id=681085
|
|
|
|
Non suffixed hostnames (used in many intranet applications) should not be
considered as public.
Based on a patch from Sergio Villar Senin.
https://bugzilla.gnome.org/show_bug.cgi?id=679230
|
|
Especially, include soup.h rather than individually including a bunch
of other public soup-*.h files.
Remove unnecessary system includes (many are leftovers from code that
has moved down into glib).
|
|
The soup_tld_* set of functions along with the list of public suffixes
published in http://publicsuffix.org allows API clients to get the base
domain of a given hostname or to check if a given domain is a public suffix
(one under which internet users can register new names).
https://bugzilla.gnome.org/show_bug.cgi?id=673802
|