Skip to content

Instantly share code, notes, and snippets.

@gagarine
Created March 3, 2021 22:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gagarine/a187b44ecff35f68b3f14b257d97c44c to your computer and use it in GitHub Desktop.
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"
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