From d7d38449eae3166af81a69f7f7d36e1fcd35ec20 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 16 Oct 2021 10:50:16 -0400 Subject: [PATCH] Add official mirrors for Nordic Filters and EasyList Lithuania (issue #1566) (#3859) * Fix https://github.com/uBlockOrigin/uBlock-issues/issues/1566 * Update assets.json * Removed two cdnURLs duplicates As per https://github.com/uBlockOrigin/uBlock-issues/issues/1566#issuecomment-944922005 Co-authored-by: Imre Kristoffer Eilertsen --- assets/assets.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/assets.json b/assets/assets.json index 77a67da7f..6aaf7f20c 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -482,6 +482,11 @@ "title": "LTU: EasyList Lithuania", "lang": "lt", "contentURL": "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", + "cdnURLs": [ + "https://gitcdn.xyz/repo/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", + "https://cdn.jsdelivr.net/gh/EasyList-Lithuania/easylist_lithuania@master/easylistlithuania.txt", + "https://cdn.statically.io/gl/DandelionSprout/easylist_lithuania/raw/master/easylistlithuania.txt" + ], "supportURL": "https://github.com/EasyList-Lithuania/easylist_lithuania" }, "LVA-0": { @@ -509,8 +514,12 @@ "title": "NOR, DNK, ISL: Dandelion Sprouts nordiske filtre", "lang": "nb nn no da is", "contentURL": [ - "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt", - "https://repo.or.cz/FilterMirrorRepo.git/blob_plain/refs/heads/master:/NorwegianList.txt" + "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt" + ], + "cdnURLs": [ + "https://gitcdn.xyz/repo/DandelionSprout/adfilt/master/NorwegianList.txt", + "https://cdn.jsdelivr.net/gh/DandelionSprout/adfilt@master/NorwegianList.txt", + "https://cdn.statically.io/gl/DandelionSprout/adfilt/master/NorwegianList.txt" ], "supportURL": "https://github.com/DandelionSprout/adfilt" },