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>
Chosen solution
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
Read this answer in context 👍 1All Replies (1)
Chosen Solution
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