Chromium policy: add blank new tab

This commit is contained in:
Aminda Suomalainen 2024-03-09 10:52:21 +02:00
parent 3eb921f212
commit ee36e24997
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 13 additions and 0 deletions

View File

@ -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`

View File

@ -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,