diff --git a/src/drivers/webextension/images/icons/lighttpd.png b/src/drivers/webextension/images/icons/lighttpd.png deleted file mode 100644 index 6698352e2..000000000 Binary files a/src/drivers/webextension/images/icons/lighttpd.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/lighttpd.svg b/src/drivers/webextension/images/icons/lighttpd.svg new file mode 100644 index 000000000..2b38a94b4 --- /dev/null +++ b/src/drivers/webextension/images/icons/lighttpd.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index 6bc0dd3c6..b2576cb0a 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1230,10 +1230,15 @@ "cats": [ 22 ], + "description": "Lighttpd is an open-source web server optimised for speed-critical environment.", + "icon": "lighttpd.svg", "headers": { - "Server": "lighttpd(?:/([\\d.]+))?\\;version:\\1" + "Server": "(?:L|l)ight(?:y)?(?:tpd)?(?:/([\\d\\.]+))?\\;version:\\1" }, - "icon": "lighttpd.png", + "oss": true, + "pricing": [ + "freemium" + ], "website": "http://www.lighttpd.net" } } \ No newline at end of file