From cd0195951b58e13afebee942cfee2b6a1779eafe Mon Sep 17 00:00:00 2001 From: Elnar Ibragimov Date: Sun, 5 Aug 2018 03:52:50 +0300 Subject: [PATCH] add more now.sh detectors (#2389) * add more now.sh detectors * small fix * Update apps.json --- src/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 71f359b20..505087891 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6767,7 +6767,10 @@ 22 ], "headers": { - "server": "^now$" + "server": "^now$", + "x-now-trace": "", + "x-now-id": "", + "x-now-cache": "" }, "icon": "zeit.svg", "website": "https://zeit.co/now"