]> 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

1  2 
linux/policies.json

diff --combined linux/policies.json
index 5a542ccb31e27608b9d504601f19caa8fc00e4c4,0aa5addb18522465332cc13a7c3b53c066b5e5ba..d8d994172cad83cec37af20dcfc5409a23e80d21
@@@ -87,7 -87,7 +87,7 @@@
      "DisableSystemAddonUpdate": true | false,
      "DisableTelemetry": true | false,
      "DisplayBookmarksToolbar": "always" | "never" | "newtab",
-     "DisplayMenuBar": "always", "never", "default-on", "default-off",
+     "DisplayMenuBar": "always" | "never" | "default-on" | "default-off",
      "DNSOverHTTPS": {
        "Enabled":  true | false,
        "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
        "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