From ff4a8b9608da5ab3f1dbb4ede902c49c3ce291d7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 16 Dec 2017 20:52:56 +0000 Subject: [PATCH] Add a way to get Font-awesome's version (#1921) * Add a way to get Font-awesome's version This can be tested [here](https://apnews.com/7f9e63cb14a54dfa9148b6430d89e873). This url form is used on a lot of CDN. * Fix a typo noticied by @kkadosh --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 594f08178..e26146645 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2799,7 +2799,7 @@ "17" ], "html": [ - "]* href=[^>]+font-awesome(?:\\.min)?\\.css", + "]* href=[^>]+(?:/([\\d.]+)/css)?/font-awesome(?:\\.min)?\\.css\\;version:\\1", "]* src=[^>]+fontawesome(?:\\.js)?" ], "icon": "Font Awesome.png",