tor-browser

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

development.json (413B)


      1 {
      2  "title": "Inspector",
      3  "environment": "development",
      4  "baseWorkerURL": "public/build/",
      5  "theme": "light",
      6  "host": "",
      7  "logging": {
      8    "client": false,
      9    "firefoxProxy": false
     10  },
     11  "features": {},
     12  "firefox": {
     13    "proxyHost": "localhost:9000",
     14    "webSocketConnection": false,
     15    "webSocketHost": "localhost:6080"
     16  },
     17  "development": {
     18    "serverPort": 8000,
     19    "customIndex": true
     20  }
     21 }