shell-things/etc/opt/edge/policies/recommended
Aminda Suomalainen 0ad28afe47
chromium: allow manifestv2, enable chromecast, safebrowsing, passwordleakdetection, efficiencymode, suggest disabling bookmarks bar and document previously forgotten policies
2024-05-11 19:44:16 +03:00
..
.gitignore chromium: allow manifestv2, enable chromecast, safebrowsing, passwordleakdetection, efficiencymode, suggest disabling bookmarks bar and document previously forgotten policies 2024-05-11 19:44:16 +03:00
README.md fix edge paths 2024-05-07 11:29:37 +03:00
apps-as-homepage-edge.json fix edge paths 2024-05-07 11:29:37 +03:00
brave-search.json fix edge paths 2024-05-07 11:29:37 +03:00
disable-default-browser-check.json fix edge paths 2024-05-07 11:29:37 +03:00
duckduckgo.json fix edge paths 2024-05-07 11:29:37 +03:00
ecosia.json {firefox,chromium,edge}: add Ecosia 2024-05-11 16:16:12 +03:00
enable-home.json fix edge paths 2024-05-07 11:29:37 +03:00
no-bookmarks-bar.json chromium: allow manifestv2, enable chromecast, safebrowsing, passwordleakdetection, efficiencymode, suggest disabling bookmarks bar and document previously forgotten policies 2024-05-11 19:44:16 +03:00

README.md

Microsoft Edge recommended policies

Because apparently Microsoft is so allergic to Chrome, despite being based on Chromium that they have to rewrite chrome:// into edge:// without handling automatic redirect from the former, so my policy for apps as new page breaks and suggests opening Firefox Developer Edition for whatever reason.

Thus separate recommended profiles for Microsoft Edge, just so this one is fixed.

Dont expect this directory to be updated, I will probably forget it myself.

Fedora?

# Removes all three versions of Microsoft Edge from the system.
sudo dnf remove -y microsoft-edge-{stable,beta,dev}
# Remove all three Microsoft Edge repositories
rm -rv /etc/yum.repos.d/microsoft-edge{,-beta,-dev}.repo
# Removes the crontab entries to restore the above, if they didn't get removed
# already.
rm -v /etc/cron.daily/microsoft-edge{,-beta,-dev}