]> git.p6c8.net - policy-templates.git/blobdiff - linux/policies.json
One more change to try to fix table.
[policy-templates.git] / linux / policies.json
index e39b34cfffbf3a885a2289a4d4bd484cf7ba9f25..61017ef12cf733e4688e3e8ef7f470a3b1099365 100644 (file)
     "Certificates": {
       "Install": ["cert1.der", "/home/username/cert2.pem"],
     },
+    "Containers": {
+      "Default": [
+        {
+          "name": "My container",
+          "icon": "pet",
+          "color": "turquoise"
+        }
+      ]
+    },
     "Cookies": {
       "Allow": ["http://example.org/"],
       "AllowSession": ["http://example.edu/"],
       "Locked": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
+      "EmailTracking": true | false,
       "Exceptions": ["https://example.com"]
     },
     "EncryptedMediaExtensions": {

patrick-canterino.de