From b8fdee9393f20b2dbe3a95075e1624c8675abec6 Mon Sep 17 00:00:00 2001 From: selfisekai Date: Fri, 23 Oct 2020 00:12:09 +0200 Subject: [PATCH] Mastodon detection --- .../webextension/images/icons/Mastodon.svg | 4 ++++ src/technologies.json | 22 +++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Mastodon.svg diff --git a/src/drivers/webextension/images/icons/Mastodon.svg b/src/drivers/webextension/images/icons/Mastodon.svg new file mode 100644 index 000000000..120b91a5f --- /dev/null +++ b/src/drivers/webextension/images/icons/Mastodon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 3a82090c1..a7c1bbeeb 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3160,9 +3160,9 @@ ], "description": "Commerce.js is an API-first eCommerce platform for developers & businesses.", "headers": { - "X-Support": "support@commercejs\\.com", - "Chec-Version": ".*" - }, + "X-Support": "support@commercejs\\.com", + "Chec-Version": ".*" + }, "icon": "commercejs.png", "scripts": [ "https?:/cdn\\.chec\\.io/v(\\d+)/commerce\\.js\\;version=\\1", @@ -8054,6 +8054,20 @@ }, "website": "https://masterking32.com" }, + "Mastodon": { + "cats": [ + 2 + ], + "website": "https://joinmastodon.org", + "description": "Federated social media platform", + "icon": "Mastodon.svg", + "cookies": { + "_mastodon_session": "" + }, + "headers": { + "Server": "^Mastodon$" + } + }, "Material Design Lite": { "cats": [ 66 @@ -16801,4 +16815,4 @@ "website": "https://www.xt-commerce.com" } } -} +} \ No newline at end of file