Firefox: Difference between revisions
m Updated messaging hosts from pkgs.plasma-browser-integration to pkgs.kdePackages.plasma-browser-integration |
m Fix location of "3rdparty" policies |
||
| Line 134: | Line 134: | ||
updates_disabled = true; | updates_disabled = true; | ||
}; | }; | ||
}; | |||
# Extension configuration | |||
"3rdparty".Extensions = { | |||
"uBlock0@raymondhill.net".adminSettings = { | |||
userSettings = rec { | |||
uiTheme = "dark"; | |||
uiAccentCustom = true; | |||
uiAccentCustom0 = "#8300ff"; | |||
cloudStorageEnabled = mkForce false; | |||
importedLists = [ | |||
"https:#filters.adtidy.org/extension/ublock/filters/3.txt" | |||
"https:#github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt" | "https:#github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt" | ||
]; | ]; | ||
externalLists = lib.concatStringsSep "\n" importedLists; | |||
}; | }; | ||
selectedFilterLists = [ | |||
"CZE-0" | |||
"adguard-generic" | |||
"adguard-annoyance" | |||
"adguard-social" | |||
"adguard-spyware-url" | |||
"easylist" | |||
"easyprivacy" | |||
"https:#github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt" | |||
"plowe-0" | |||
"ublock-abuse" | |||
"ublock-badware" | |||
"ublock-filters" | |||
"ublock-privacy" | |||
"ublock-quick-fixes" | |||
"ublock-unbreak" | |||
"urlhaus-1" | |||
]; | |||
}; | }; | ||
}; | }; | ||