tor-browser

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

browser_content_sandbox_bug1717599_XDG-CONFIG-HOME.js (308B)


      1 /* Any copyright is dedicated to the Public Domain.
      2 * http://creativecommons.org/publicdomain/zero/1.0/ */
      3 /* import-globals-from browser_content_sandbox_utils.js */
      4 "use strict";
      5 
      6 //
      7 // Just test that browser does not die on empty env var
      8 //
      9 add_task(async function () {
     10  ok(true, "Process can run");
     11 });