tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit dbedf9869d5c9eb7822a9c33cb1255b9e9c5e648
parent 64683992ff9726072627514179101359e6876d67
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Mon, 27 Oct 2025 18:19:51 +0200

Bug 1996577 - Update PSL single wildcard rule test. r=necko-reviewers,jesup

Differential Revision: https://phabricator.services.mozilla.com/D270203

Diffstat:
Mnetwerk/test/unit/data/test_psl.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/netwerk/test/unit/data/test_psl.txt b/netwerk/test/unit/data/test_psl.txt @@ -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('bd', null); -checkPublicSuffix('c.bd', null); -checkPublicSuffix('b.c.bd', 'b.c.bd'); -checkPublicSuffix('a.b.c.bd', 'b.c.bd'); +checkPublicSuffix('er', null); +checkPublicSuffix('c.er', null); +checkPublicSuffix('b.c.er', 'b.c.er'); +checkPublicSuffix('a.b.c.er', 'b.c.er'); // More complex TLD. checkPublicSuffix('jp', null); checkPublicSuffix('test.jp', 'test.jp');