From: Dennis Schmidt Date: Wed, 26 Nov 2025 09:32:46 +0000 (+0000) Subject: Change to OR separator X-Git-Tag: v7.6~12^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/17631b6cf9137cd6ab39eb0502bc431914cc4838 Change to OR separator --- diff --git a/linux/policies.json b/linux/policies.json index 3813e09..0aa5add 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -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", @@ -387,4 +387,4 @@ "Exceptions": ["http://example.org/*"] } } -} \ No newline at end of file +}