Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raj-sharma-git/a8eb8e582cc59a847c91613d9834c54b to your computer and use it in GitHub Desktop.
Save raj-sharma-git/a8eb8e582cc59a847c91613d9834c54b to your computer and use it in GitHub Desktop.
MacOS: remove the Firefox message "Your browser is being managed by your organisation"
In the terminal launch the following command and restart Firefox:
sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool FALSE
To know more about policies => https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment