From 25b0a2c90c48ba1b1bcbc6483ff1cf7917405d33 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 16 Oct 2022 13:27:43 -0400 Subject: [PATCH] [mv3] Use the most up-to-date version of lists --- platform/mv3/make-rulesets.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/platform/mv3/make-rulesets.js b/platform/mv3/make-rulesets.js index 8ebab566f..cd51de3d5 100644 --- a/platform/mv3/make-rulesets.js +++ b/platform/mv3/make-rulesets.js @@ -1069,13 +1069,13 @@ async function main() { // Assemble all default lists as the default ruleset const contentURLs = [ - 'https://ublockorigin.pages.dev/filters/filters.txt', - 'https://ublockorigin.pages.dev/filters/badware.txt', - 'https://ublockorigin.pages.dev/filters/privacy.txt', - 'https://ublockorigin.pages.dev/filters/resource-abuse.txt', - 'https://ublockorigin.pages.dev/filters/unbreak.txt', - 'https://ublockorigin.pages.dev/filters/quick-fixes.txt', - 'https://ublockorigin.pages.dev/filters/ubol-filters.txt', + 'https://ublockorigin.github.io/uAssets/filters/filters.txt', + 'https://ublockorigin.github.io/uAssets/filters/badware.txt', + 'https://ublockorigin.github.io/uAssets/filters/privacy.txt', + 'https://ublockorigin.github.io/uAssets/filters/resource-abuse.txt', + 'https://ublockorigin.github.io/uAssets/filters/unbreak.txt', + 'https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt', + 'https://ublockorigin.github.io/uAssets/filters/ubol-filters.txt', 'https://secure.fanboy.co.nz/easylist.txt', 'https://secure.fanboy.co.nz/easyprivacy.txt', 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext',