From 912108b2f4774e13934a9d4f4e8207e287ae182d Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:54:43 +0600 Subject: [PATCH] Update l.json Add Changes as directed by https://github.com/AliasIO/wappalyzer/pull/5451#discussion_r775582897 --- src/technologies/l.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index 1ec7ff431..6234470ce 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -16,7 +16,8 @@ 19 ], "description": "freeing the web one face at a time.", - "html": "<[^>]+libravatar\\.org/avatar/", + "dom": "img[src*='.libravatar.org/avatar/']", + "oss": true, "icon": "libravatar.png", "website": "https://www.libravatar.org/" }, @@ -1267,4 +1268,4 @@ ], "website": "http://www.lighttpd.net" } -} \ No newline at end of file +}