Backed out changeset 0ad329ed192e for landing with the wrong bug number in the commit message.

This commit is contained in:
Ryan VanderMeulen 2015-07-30 16:29:03 -04:00
parent 1aa50a4ee3
commit 79beeb9673
2 changed files with 32 additions and 557 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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');