"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"
"WebsiteFilter": {
"Block": ["<all_urls>"],
"Exceptions": ["http://example.org/*"]
- }
+ },
+ "XSLTEnabled": true | false
}
}
<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>
<string>https://www.yahoo.com/*</string>
</array>
</dict>
+ <key>XSLTEnabled</key>
+ <true/>
</dict>
</plist>