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/"
},