mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Backed out changeset 0ad329ed192e for landing with the wrong bug number in the commit message.
This commit is contained in:
parent
f40d8624a1
commit
df8e16e16f
File diff suppressed because it is too large
Load Diff
@ -38,10 +38,10 @@ checkPublicSuffix('b.example.uk.com', 'example.uk.com');
|
||||
checkPublicSuffix('a.b.example.uk.com', 'example.uk.com');
|
||||
checkPublicSuffix('test.ac', 'test.ac');
|
||||
// TLD with only 1 (wildcard) rule.
|
||||
checkPublicSuffix('il', null);
|
||||
checkPublicSuffix('c.il', null);
|
||||
checkPublicSuffix('b.c.il', 'b.c.il');
|
||||
checkPublicSuffix('a.b.c.il', 'b.c.il');
|
||||
checkPublicSuffix('cy', null);
|
||||
checkPublicSuffix('c.cy', null);
|
||||
checkPublicSuffix('b.c.cy', 'b.c.cy');
|
||||
checkPublicSuffix('a.b.c.cy', 'b.c.cy');
|
||||
// More complex TLD.
|
||||
checkPublicSuffix('jp', null);
|
||||
checkPublicSuffix('test.jp', 'test.jp');
|
||||
|
Loading…
x
Reference in New Issue
Block a user