From 4509df154fa9c8db679f8a4d471f42867f4dfae9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 18 May 2021 09:21:09 -0400 Subject: [PATCH] Lower update period of assets.json and add support for CDN urls --- assets/assets.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/assets.json b/assets/assets.json index 1ebdcdc97..78b54ae9f 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -1,10 +1,17 @@ { "assets.json": { "content": "internal", - "updateAfter": 13, + "updateAfter": 7, "contentURL": [ "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json", "assets/assets.json" + ], + "cdnURLs": [ + "https://gitcdn.xyz/repo/gorhill/uBlock/master/assets/assets.json", + "https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json", + "https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json", + "https://combinatronics.io/gorhill/uBlock/master/assets/assets.json", + "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json" ] }, "public_suffix_list.dat": {