Skip to content

Commit 5c59423

Browse files
committed
Replace deleted *.uberspace.de with a wildcard from Google, cf. https://github.com/publicsuffix/list/blob/main/public_suffix_list.dat#L13727C3-L13727C14
1 parent 7594df0 commit 5c59423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/crawlercommons/domains/EffectiveTldFinderTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ public final void testInvalidHostname() throws Exception {
297297
* - `.` hostname is a public suffix (not wildcard)
298298
*/
299299
// test wildcard suffixes
300-
"=, foo.bar.uberspace.de", //
301-
"*, bar.uberspace.de", //
302-
"=, uberspace.de", //
300+
"=, foo.bar.gateway.dev", //
301+
"*, bar.gateway.dev", //
302+
"=, gateway.dev", //
303303
"., de", //
304304
"=, myspace.nyc3.digitaloceanspaces.com", //
305305
"*, nyc3.digitaloceanspaces.com", //

0 commit comments

Comments
 (0)