So apparently intune is not really supporting this feature ATM (according to there support) polices can't be created. Didn't got a timeline for when it should be working...
Post
Replies
Boosts
Views
Activity
Hey, Im trying to test this on a mac with seqouia OS installed. I generate profile and load it manually, but it doesn't seems to work. The profile I loading is the following:
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.test.safari.config</string>
<key>PayloadUUID</key>
<string>E60B9C54-4FF1-4A72-9D44-2B6A1CC4E73E</string>
<key>PayloadDisplayName</key>
<string>Safari configuration</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.configuration.safari.extensions.settings</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.test.safari.config</string>
<key>PayloadUUID</key>
<string>E60B9C54-4FF1-4A72-9D44-2B6A1CC4E73E</string>
<key>ManagedExtensions</key>
<dict>
<key>com.grammarly.safari.extension.ext2 (W8F64X92K3)</key>
<dict>
<key>State</key>
<string>AlwaysOn</string>
<key>PrivateBrowsing</key>
<string>AlwaysOn</string>
<key>AllowedDomains</key>
<array>
<string>*://*/*</string>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
But it doesn't seems to do anything. What am I missing? Can I test it this way or I have to go through MDM? Thank you.
Hey, Any news regarding this one? I would like to distribute my web extension directly to employees in my organization using MDM without having each user manually enable 'allow unsigned extension' for it to work. Any way to make it work?