294 current 2025-01-25 02:24:14 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -185,6 +185,16 @@
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = {
|
||||
ExtensionSettings = {
|
||||
"*".installation_mode = "blocked"; # blocks all addons except the ones specified below
|
||||
# uBlock Origin:
|
||||
"uBlock0@raymondhill.net" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
};
|
||||
};
|
||||
profiles.synchronous = {
|
||||
# extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
|
||||
# ublock-origin
|
||||
|
||||
Reference in New Issue
Block a user