tor-browser

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

configuration.json (184B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "type": "object",
      4  "properties": {
      5    "policies": {
      6      "$ref": "policies.json"
      7    }
      8  },
      9  "required": ["policies"]
     10 }