tor-browser

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

wildcardHostTestFailure.js (196B)


      1 wildcardHostTestRan = false;
      2 
      3 onload = function() {
      4  test(function() {
      5        assert_false(wildcardHostTestRan, 'Script should not have ran.')},
      6        "Wildcard host matching works."
      7    );
      8 }