tor-browser

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

tp6-prefs.json (518B)


      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.http": "localhost",
      7  "network.proxy.http_port": 8080,
      8  "network.proxy.ssl": "localhost",
      9  "network.proxy.ssl_port": 8080,
     10  "network.proxy.no_proxies_on": "localhost",
     11  "network.proxy.type": 1,
     12  "plugin.disable": true,
     13  "startup.homepage_override_url": "",
     14  "startup.homepage_welcome_url": ""
     15 }