diff options
Diffstat (limited to '')
-rw-r--r-- | browser/components/enterprisepolicies/helpers/sample.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/browser/components/enterprisepolicies/helpers/sample.json b/browser/components/enterprisepolicies/helpers/sample.json new file mode 100644 index 0000000000..fcaefe3fcc --- /dev/null +++ b/browser/components/enterprisepolicies/helpers/sample.json @@ -0,0 +1,18 @@ +{ + "policies": { + "BlockAboutProfiles": true, + "DontCheckDefaultBrowser": true, + + "FlashPlugin": { + "Allow": [ + "https://www.example.com" + ], + + "Block": [ + "https://www.example.org" + ] + }, + + "CreateMasterPassword": false + } +} |