summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/helpers/sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/enterprisepolicies/helpers/sample.json')
-rw-r--r--browser/components/enterprisepolicies/helpers/sample.json14
1 files changed, 14 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..250434cd5d
--- /dev/null
+++ b/browser/components/enterprisepolicies/helpers/sample.json
@@ -0,0 +1,14 @@
+{
+ "policies": {
+ "BlockAboutProfiles": true,
+ "DontCheckDefaultBrowser": true,
+
+ "InstallAddonsPermission": {
+ "Allow": ["https://www.example.com"],
+
+ "Block": ["https://www.example.org"]
+ },
+
+ "CreateMasterPassword": false
+ }
+}