From 6ac203d779858c66251de7c12ede88c85141a262 Mon Sep 17 00:00:00 2001 From: Frans Allen Date: Tue, 23 Jun 2020 21:36:31 +0700 Subject: [PATCH 1/2] Add Statically CDN --- src/apps.json | 11 +++++++++++ src/drivers/webextension/images/icons/Statically.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Statically.svg diff --git a/src/apps.json b/src/apps.json index 4a55a0a45..be22db65c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10739,6 +10739,17 @@ "script": "statcounter\\.com/counter/counter", "website": "http://www.statcounter.com" }, + "Statically": { + "cats": [ + 31 + ], + "headers": { + "Server": "^statically$" + }, + "icon": "Statically.svg", + "html": "<[^>]+?//cdn\\.statically\\.io/", + "website": "http://statically.io" + }, "Store Systems": { "cats": [ 6 diff --git a/src/drivers/webextension/images/icons/Statically.svg b/src/drivers/webextension/images/icons/Statically.svg new file mode 100644 index 000000000..d2456b6e1 --- /dev/null +++ b/src/drivers/webextension/images/icons/Statically.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6b17342c9106341d9cf54b6848a4207e4ca2d347 Mon Sep 17 00:00:00 2001 From: Frans Allen Date: Sat, 19 Sep 2020 10:00:25 +0700 Subject: [PATCH 2/2] Update src/apps.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 汪心禾 Wang, Xinhe --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index be22db65c..b5e39028f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10747,7 +10747,7 @@ "Server": "^statically$" }, "icon": "Statically.svg", - "html": "<[^>]+?//cdn\\.statically\\.io/", + "html": "]*?href=\"?[a-z]*?:?//cdn\\.statically\\.io/", "website": "http://statically.io" }, "Store Systems": {