diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index b37c0625..d199d7b7 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -22,6 +22,7 @@ - [Snowflake](#snowflake) - [AdNauseam](#adnauseam) - [Bitwarden](#bitwarden) + - [Blank New Tab](#blank-new-tab) - [Privacy Badger](#privacy-badger) - [TODO/Inconsistencies](#todoinconsistencies) - [`disable-floc.json`](#disable-flocjson) @@ -145,6 +146,12 @@ of the box. The password manager of my choice. +### [Blank New Tab](https://microsoftedge.microsoft.com/addons/detail/blank-new-tab/pfbmpcgfjncjakgfpddijlbdpjnhnfem) + +- `pfbmpcgfjncjakgfpddijlbdpjnhnfem` + +Replaces new tab with `about:blank` bypassing excess Microsoft. + ### [Privacy Badger](https://chrome.google.com/webstore/detail/pkehgijcmpdhfbdbbnkijodmdjhbjlgp) - `pkehgijcmpdhfbdbbnkijodmdjhbjlgp` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index b334538a..1908e1a4 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -92,6 +92,12 @@ "toolbar_pin": "force_pinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "pfbmpcgfjncjakgfpddijlbdpjnhnfem": { + "installation_mode": "force_installed", + "override_update_url": true, + "toolbar_pin": "default_unpinned", + "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" + }, "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "installation_mode": "force_installed", "override_update_url": true,