Adds consent-o-matic to firefox.

This commit is contained in:
Bailey 2024-06-18 16:24:31 -04:00
parent b79389a01d
commit 885370d922

View file

@ -28,16 +28,13 @@ in {
programs.firefox = {
enable = true;
nativeMessagingHosts = with pkgs; [
browserpass
];
policies = {
BlockAboutConfig = true;
};
profiles.default = {
extensions = (with pkgs.nur.repos.rycee.firefox-addons; [
browserpass ublock-origin libredirect
ublock-origin libredirect consent-o-matic
]);
settings = {
"browser.fixup.domainsuffixwhitelist.lan" = true;