From 3a08776a97fca6844fec7fc02c47fa8d568f2a37 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 1 Dec 2022 15:45:11 +0700 Subject: [PATCH 1/2] Add Proton Mail Detection --- .../webextension/images/icons/Proton Mail.svg | 19 +++++++++++++++ src/technologies/p.json | 23 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Proton Mail.svg diff --git a/src/drivers/webextension/images/icons/Proton Mail.svg b/src/drivers/webextension/images/icons/Proton Mail.svg new file mode 100644 index 000000000..3ba681e23 --- /dev/null +++ b/src/drivers/webextension/images/icons/Proton Mail.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 80c7e49cd..ea6e4dd26 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2662,6 +2662,29 @@ "saas": true, "website": "https://promobuilding.ru" }, + "Proton Mail": { + "cats": [ + 30 + ], + "description": "Proton Mail is the world’s largest secure email service with over 70 million users. Available on Web, iOS, Android, and desktop. Protected by Swiss privacy law.", + "dns": { + "NS": [ + "\\.proton\\.me" + ], + "SOA": [ + "\\.proton\\.me" + ], + "MX": [ + "\\.protonmail\\.ch" + ], + "TXT": [ + "protonmail-verification=" + ] + }, + "icon": "Proton Mail.svg", + "saas": true, + "website": "https://proton.me/mail" + }, "Prototype": { "cats": [ 12 From a826546162baafe30fa283c19874e589d6f4e627 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 1 Dec 2022 15:46:45 +0700 Subject: [PATCH 2/2] remove NS, SOA record --- src/technologies/p.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index ea6e4dd26..2eabf2907 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2668,12 +2668,6 @@ ], "description": "Proton Mail is the world’s largest secure email service with over 70 million users. Available on Web, iOS, Android, and desktop. Protected by Swiss privacy law.", "dns": { - "NS": [ - "\\.proton\\.me" - ], - "SOA": [ - "\\.proton\\.me" - ], "MX": [ "\\.protonmail\\.ch" ],