tor-browser

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

wildcardPortTest.js (191B)


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