Skip to content

EnterprisePoliciesEnabled

Enable policy support on macOS.

This turns on policy support for macOS via plist, rather than a policy that configures other browser behavior. Until this policy is set, Firefox ignores every policy in the plist. See Configuring policies for where each policy source lives.

Compatibility: Firefox 63, Firefox ESR 60.3 (macOS only)
CCK2 Equivalent: N/A
Preferences Affected: N/A

<dict>
<key>EnterprisePoliciesEnabled</key>
<true/>
</dict>

To enable policies from the command line, set the key system-wide:

Terminal window
sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE

Or, for the current user only, in ~/Library without sudo:

Terminal window
defaults write ~/Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE