From e873fd53785caf6c3fb74e6071e23b8399249c98 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 18 Oct 2023 11:38:00 -0400 Subject: [PATCH] Add `cdn.statically.io` as CDN for `ublock-quick-fixes` (dev build) --- assets/assets.dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/assets.dev.json b/assets/assets.dev.json index 82edb8031..82e6136da 100644 --- a/assets/assets.dev.json +++ b/assets/assets.dev.json @@ -121,7 +121,8 @@ "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/quick-fixes.txt", "https://ublockorigin.pages.dev/filters/quick-fixes.txt", - "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@latest/filters/quick-fixes.txt" + "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@latest/filters/quick-fixes.txt", + "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt?dev=1" ], "supportURL": "https://github.com/uBlockOrigin/uAssets" },