mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Chromium policy: add blank new tab
This commit is contained in:
parent
3eb921f212
commit
ee36e24997
@ -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`
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user