Created
March 3, 2021 22:31
-
-
Save gagarine/a187b44ecff35f68b3f14b257d97c44c to your computer and use it in GitHub Desktop.
MacOS: remove the Firefox message "Your browser is being managed by your organisation"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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