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 }