]> git.p6c8.net - policy-templates.git/commitdiff
Add samples for new policies to mac and linux v7.11
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 20 May 2026 18:15:38 +0000 (14:15 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 20 May 2026 18:15:38 +0000 (14:15 -0400)
linux/policies.json
mac/org.mozilla.firefox.plist

index 96dd51ecba5bb88a662f5f2290919e0f558269af..4658a8b82d70777cce6f5590de481e0883e7cbe5 100644 (file)
     "LegacySameSiteCookieBehaviorEnabled": true | false,
     "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org", "example.edu"],
     "LocalFileLinks": ["http://example.org/", "http://example.edu/"],
     "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"
     "ManagedBookmarks": [
       {
         "toplevel_name": "My managed bookmarks folder"
     "WebsiteFilter": {
       "Block": ["<all_urls>"],
       "Exceptions": ["http://example.org/*"]
     "WebsiteFilter": {
       "Block": ["<all_urls>"],
       "Exceptions": ["http://example.org/*"]
-    }
+    },
+    "XSLTEnabled": true | false
   }
 }
   }
 }
index fa9aa5071a63075b892d22a2b60f69dfb892039d..0bffc45590a83f040cbab6fd8a438ef9ac1f185d 100644 (file)
                <string>http://example.org</string>
                <string>http://example.edu</string>
        </array>
                <string>http://example.org</string>
                <string>http://example.edu</string>
        </array>
+       <key>LocalNetworkAccess</key>
+       <dict>
+               <key>Enabled</key>
+               <true/>
+               <key>BlockTrackers</key>
+               <true/>
+               <key>EnablePrompting</key>
+               <true/>
+               <key>SkipDomains</key>
+               <array>
+                       <string>intranet.company.com</string>
+                       <string>*.devices.local</string>
+                       <string>admin-portal.enterprise.com</string>
+                       <string>*.corp.internal</string>
+               </array>
+               <key>Locked</key>
+               <true/>
+       </dict>
        <key>PrimaryPassword</key>
        <true/>
        <key>MicrosoftEntraSSO</key>
        <key>PrimaryPassword</key>
        <true/>
        <key>MicrosoftEntraSSO</key>
                        <string>https://www.yahoo.com/*</string>
                </array>
        </dict>
                        <string>https://www.yahoo.com/*</string>
                </array>
        </dict>
+       <key>XSLTEnabled</key>
+       <true/>
 </dict>
 </plist>
 </dict>
 </plist>

patrick-canterino.de