tor-browser

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

sample.json (257B)


      1 {
      2  "policies": {
      3    "BlockAboutProfiles": true,
      4    "DontCheckDefaultBrowser": true,
      5 
      6    "InstallAddonsPermission": {
      7      "Allow": ["https://www.example.com"],
      8 
      9      "Block": ["https://www.example.org"]
     10    },
     11 
     12    "CreateMasterPassword": false
     13  }
     14 }