mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
control chromium extensions with policy
This commit is contained in:
parent
a6ec144c52
commit
0250709801
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@
|
||||||
BrowserGuestModeEnabled = false;
|
BrowserGuestModeEnabled = false;
|
||||||
DefaultGeolocationSetting = 2;
|
DefaultGeolocationSetting = 2;
|
||||||
DefaultNotificationsSetting = 2;
|
DefaultNotificationsSetting = 2;
|
||||||
|
ExtensionInstallBlocklist = [ "*" ];
|
||||||
|
ExtensionInstallForcelist = [
|
||||||
|
"dbepggeogbaibhgnhhndojpepiihcmeb" # Vimium
|
||||||
|
"fihnjjcciajhdojfnbdddfaoknhalnja" # I don't care about cookies
|
||||||
|
"jeoacafpbcihiomhlakheieifhpjdfeo" # Disconnect
|
||||||
|
"nngceckbapebfimnlniiiahkandclblb" # Bitwarden
|
||||||
|
];
|
||||||
NetworkPredictionOptions = 2;
|
NetworkPredictionOptions = 2;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
ShowFullUrlsInAddressBar = true;
|
ShowFullUrlsInAddressBar = true;
|
||||||
|
|
Loading…
Reference in a new issue