From 6d6e60cdc8df75baba657486462f8bacd32887d2 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:38:45 +1000 Subject: [PATCH] Updated OpenBSD icon, Tailwind CSS detection --- .../images/icons/OpenBSD httpd.svg | 645 ++++++++++++++++++ src/technologies/o.json | 1 + src/technologies/t.json | 7 +- 3 files changed, 648 insertions(+), 5 deletions(-) create mode 100644 src/drivers/webextension/images/icons/OpenBSD httpd.svg diff --git a/src/drivers/webextension/images/icons/OpenBSD httpd.svg b/src/drivers/webextension/images/icons/OpenBSD httpd.svg new file mode 100644 index 000000000..e852669fd --- /dev/null +++ b/src/drivers/webextension/images/icons/OpenBSD httpd.svg @@ -0,0 +1,645 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index 710f6401d..eafe11d71 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -485,6 +485,7 @@ "headers": { "Server": "^OpenBSD httpd" }, + "icon": "OpenBSD httpd.svg", "excludes": "Apache", "oss": true, "website": "https://man.openbsd.org/httpd.8" diff --git a/src/technologies/t.json b/src/technologies/t.json index 3d1f9744c..779823ff0 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1358,7 +1358,7 @@ "scripts": "use\\.typekit\\.com", "website": "http://typekit.com" }, - "tailwindcss": { + "Tailwind CSS": { "cats": [ 66 ], @@ -1366,13 +1366,10 @@ "dom": { "link[rel='stylesheet'][href*='tailwind']": { "attributes": { - "href": "" + "href": "tailwindcss[@|/](?:\\^)?([\\d.]+)(?:/[a-z]+)?/(?:tailwind|base|components|utilities)(?:\\.min)?\\.css\\;version:\\1" } } }, - "html": [ - "]+?href=\"[^\"]+tailwindcss[@|/](?:\\^)?([\\d.]+)(?:/[a-z]+)?/(?:tailwind|base|components|utilities)(?:\\.min)?\\.css\\;version:\\1" - ], "icon": "tailwindcss.svg", "website": "https://tailwindcss.com/" },