From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 20 May 2026 18:15:38 +0000 (-0400) Subject: Add samples for new policies to mac and linux X-Git-Tag: v7.11 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/fb45759dcb9f05acdbda7b5f27cadc1b1a91aad0 Add samples for new policies to mac and linux --- 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 +