diff --git a/users/simon/modules/qutebrowser/default.nix b/users/simon/modules/qutebrowser/default.nix index 15519be..3b016f0 100644 --- a/users/simon/modules/qutebrowser/default.nix +++ b/users/simon/modules/qutebrowser/default.nix @@ -199,11 +199,12 @@ in # Filtering (many don’t get used yet due to lack of cosmetic filtering) # https://github.com/gorhill/uBlock/blob/master/assets/assets.json + # EasyList is using a mirror because upstream’s servers are slow content.blocking.adblock.lists = [ - "https://easylist.to/easylist/easylist.txt" - "https://easylist.to/easylist/easyprivacy.txt" - "https://easylist.to/easylist/fanboy-social.txt" - "https://easylist.to/easylistgermany/easylistgermany.txt" + "https://secure.fanboy.co.nz/easylist.txt" + "https://secure.fanboy.co.nz/easyprivacy.txt" + "https://secure.fanboy.co.nz/fanboy-social.txt" + "https://easylist-downloads.adblockplus.org/easylistgermany.txt" "https://filters.adtidy.org/extension/ublock/filters/17.txt" "https://filters.adtidy.org/extension/ublock/filters/3.txt" "https://filters.adtidy.org/extension/ublock/filters/4.txt"