]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1277 from de-es/patch-2
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 26 Nov 2025 10:58:39 +0000 (05:58 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 10:58:39 +0000 (05:58 -0500)
Change to OR separator

linux/policies.json

index 0aa5addb18522465332cc13a7c3b53c066b5e5ba..d8d994172cad83cec37af20dcfc5409a23e80d21 100644 (file)
       "FirefoxLabs": true | false,
       "Locked": true | false
     },
-    "UseSystemPrintDialog": true | false.,
-    "VisualSearchEnabled": true | false.,
+    "UseSystemPrintDialog": true | false,
+    "VisualSearchEnabled": true | false,
     "WebsiteFilter": {
       "Block": ["<all_urls>"],
       "Exceptions": ["http://example.org/*"]

patrick-canterino.de