summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/helpers/sample.json
blob: fcaefe3fcccb9e1c4e6c06e5fee797730f631b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "policies": {
    "BlockAboutProfiles": true,
    "DontCheckDefaultBrowser": true,

    "FlashPlugin": {
      "Allow": [
        "https://www.example.com"
      ],

      "Block": [
        "https://www.example.org"
      ]
    },

    "CreateMasterPassword": false
  }
}