tor-browser

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

prefs.json (490B)


      1 {
      2  "browser.newtabpage.enabled": true,
      3  "browser.tabs.remote.separatePrivilegedContentProcess": true,
      4  "javascript.options.asyncstack": false,
      5  "image.mem.surfacecache.min_expiration_ms": 10000,
      6  "network.proxy.socks": "localhost",
      7  "network.proxy.socks_port": 90000,
      8  "network.proxy.socks_remote_dns": true,
      9  "network.proxy.socks5_remote_dns": true,
     10  "network.proxy.type": 1,
     11  "plugin.disable": true,
     12  "startup.homepage_override_url": "",
     13  "startup.homepage_welcome_url": ""
     14 }