From fb45759dcb9f05acdbda7b5f27cadc1b1a91aad0 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 20 May 2026 14:15:38 -0400 Subject: [PATCH] Add samples for new policies to mac and linux --- linux/policies.json | 15 ++++++++++++++- mac/org.mozilla.firefox.plist | 20 ++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/linux/policies.json b/linux/policies.json index 96dd51e..4658a8b 100644 --- a/linux/policies.json +++ b/linux/policies.json @@ -244,6 +244,18 @@ "LegacySameSiteCookieBehaviorEnabled": true | false, "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org", "example.edu"], "LocalFileLinks": ["http://example.org/", "http://example.edu/"], + "LocalNetworkAccess": { + "Enabled": true | false, + "BlockTrackers": true | false, + "EnablePrompting": true | false, + "SkipDomains": [ + "intranet.company.com", + "*.devices.local", + "admin-portal.enterprise.com", + "*.corp.internal" + ], + "Locked": true | false + }, "ManagedBookmarks": [ { "toplevel_name": "My managed bookmarks folder" @@ -422,6 +434,7 @@ "WebsiteFilter": { "Block": [""], "Exceptions": ["http://example.org/*"] - } + }, + "XSLTEnabled": true | false } } diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index fa9aa50..0bffc45 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -500,6 +500,24 @@ http://example.org http://example.edu + LocalNetworkAccess + + Enabled + + BlockTrackers + + EnablePrompting + + SkipDomains + + intranet.company.com + *.devices.local + admin-portal.enterprise.com + *.corp.internal + + Locked + + PrimaryPassword MicrosoftEntraSSO @@ -797,5 +815,7 @@ https://www.yahoo.com/* + XSLTEnabled + -- 2.43.0