tor-browser

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

test_orb_empty_header_wrap.js (289B)


      1 //
      2 // Run test script in content process instead of chrome (xpcshell's default)
      3 //
      4 // setup will be called before the child process tests
      5 function run_test() {
      6  Services.prefs.setBoolPref("browser.opaqueResponseBlocking", true);
      7  run_test_in_child("../unit/test_orb_empty_header.js");
      8 }