From 95e1b71e6e7b5c196a56880601450988ce49fc33 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 20 Apr 2018 05:25:50 +0000 Subject: [PATCH] Medium is written in nodejs (#2236) [Sources](https://stackshare.io/medium/medium-com) --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index dd9d4139c..c205df382 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5972,6 +5972,7 @@ "headers": { "X-Powered-By": "^Medium$" }, + "implies": "Node.js", "icon": "Medium.svg", "script": "medium\\.com", "url": "^https?://(?:www\\.)?medium\\.com",