This repository contains the configuration for Microsoft Edge Enterprise policies on Linux operating system. With these policies, you can control various settings in the browser, such as search, disabling features, privacy, and security settings.
To set up the policies, you will need to follow these steps:
- Clone this repository or download the
policies.json
file from this repository. - Copy the
policies.json
file to the path/etc/opt/edge/policies/managed/
on your Linux machine. - Modify the configuration file to match your needs.
- The policies will be automatically applied to Microsoft Edge.
- To verify that the policies have been applied, navigate to the
edge://policy/
page in the browser.
For reference yoiu can review Microsoft Edge Browser Policy Documentation
It is important to note that the default configuration is strict and disables several features including:
- Microsoft account & sync
- Sidebar hub & search
- Recommendations & ads
- Shopping coupons & rewards
- Collection & workspaces
- Text prediction & speech recognition
- JavaScript JIT
- Third-party cookies
- Built-in password manager and auto-fill functionality
You can also add --enable-features=msDiagnosticDataForceOff
to $XDG_CONFIG_HOME/microsoft-edge-stable-flags.conf
to further restrict the data sent to Microsoft.
This configuration is currently only for Linux operating systems. Contributions are welcome to support MacOS and Windows as well. If you would like to contribute, please submit a pull request with your changes.
This repository is licensed under the GPL-3 License.