summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/tests/xpcshell/config_popups_cookies_addons_flash.json
blob: 785c0dcc03e43aa0be16e27f0fd0113eee28d1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "policies": {
    "PopupBlocking": {
      "Allow": [
        "https://www.allow.com",
        "https://www.pre-existing-deny.com"
      ]
    },

    "Cookies": {
      "Allow": [
        "https://www.allow.com",
        "https://www.pre-existing-deny.com"
      ],

      "Block": [
        "https://www.deny.com",
        "https://www.pre-existing-allow.com"
      ]
    },

    "InstallAddonsPermission": {
      "Allow": [
        "https://www.allow.com",
        "https://www.pre-existing-deny.com"
      ]
    },

    "FlashPlugin": {
      "Allow": [
        "https://www.allow.com",
        "https://www.pre-existing-deny.com"
      ],

      "Block": [
        "https://www.deny.com",
        "https://www.pre-existing-allow.com"
      ]
    }
  }
}