]> git.p6c8.net - policy-templates.git/blobdiff - linux/policies.json
Add SuspectedFingerprinting
[policy-templates.git] / linux / policies.json
index 129ae2f42a681b3ea00ec10f8e685536fb71abc7..bca9874fe464481876919b72ead55d977f2a1f33 100644 (file)
@@ -75,7 +75,6 @@
     "DisableFormHistory": true | false,
     "DisableMasterPasswordCreation": true | false,
     "DisablePasswordReveal": true | false,
     "DisableFormHistory": true | false,
     "DisableMasterPasswordCreation": true | false,
     "DisablePasswordReveal": true | false,
-    "DisablePocket": true | false,
     "DisablePrivateBrowsing": true | false,
     "DisableProfileImport": true | false,
     "DisableProfileRefresh": true | false,
     "DisablePrivateBrowsing": true | false,
     "DisableProfileImport": true | false,
     "DisableProfileRefresh": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
+      "SuspectedFingerprinting": true | false,
+      "Category": "strict" | "standard",
       "Exceptions": ["https://example.com"]
     },
     "EncryptedMediaExtensions": {
       "Exceptions": ["https://example.com"]
     },
     "EncryptedMediaExtensions": {
         "Block": ["https://example.edu"],
         "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
         "Locked": true | false
         "Block": ["https://example.edu"],
         "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
         "Locked": true | false
-      }
+      },
+      "VirtualReality": {
+        "Allow": ["https://example.org"],
+        "Block": ["https://example.edu"],
+        "BlockNewRequests": true | false,
+        "Locked": true | false
+      },
+      "ScreenShare": {
+        "Allow": ["https://example.org"],
+        "Block": ["https://example.edu"],
+        "BlockNewRequests": true | false,
+        "Locked": true | false
+      },
     },
     "PictureInPicture": {
       "Enabled": true | false,
     },
     "PictureInPicture": {
       "Enabled": true | false,
       "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
     },
     "ShowHomeButton": true | false,
       "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
     },
     "ShowHomeButton": true | false,
+    "SkipTermsOfUse": true | false,
     "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3",
     "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3",
     "SupportMenu": {
     "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3",
     "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3",
     "SupportMenu": {

patrick-canterino.de