Desktop/firefox: uninstall undeclared extensions
This commit is contained in:
parent
bc9098525b
commit
cb1230214a
1 changed files with 5 additions and 2 deletions
|
|
@ -23,8 +23,11 @@
|
|||
installation_mode = "normal_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi";
|
||||
};
|
||||
# Uninstall the kde plasma integration extension if KDE is not installed
|
||||
"plasma-browser-integration@kde.org".installation_mode = lib.mkDefault "blocked";
|
||||
# Uninstall undeclared extensions
|
||||
"*" = {
|
||||
installation_mode = "blocked";
|
||||
blocked_install_message = "Extensions are managed by home-manager";
|
||||
};
|
||||
};
|
||||
Preferences = {
|
||||
# Enable video hardware acceleration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue