Unable to set Homepage via Intune configuration profile for MacOS
Hi everyone, I'm trying to standardize the homepage for the browser which enrolled with Intune on MacOS. I have imported the .plist file as below with the preference domain name as "org.mozilla.firefox". After applied, it returned error and nothing has been changed on the browser. Thanks.
<key>Homepage</key> <key>URL</key> <string>http://example.com</string> <key>StartPage</key> <string>homepage</string>
Vald lösning
You need to explicitly enable enterprise policies on macOS:
https://github.com/mozilla/policy-templates/blob/master/README.md#enterprisepoliciesenabled
https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist#L5
Läs svaret i sitt sammanhang 👍 1Alla svar (1)
Vald lösning
You need to explicitly enable enterprise policies on macOS:
https://github.com/mozilla/policy-templates/blob/master/README.md#enterprisepoliciesenabled
https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist#L5