From b2d8adefef2d1ae6254ae61951821e9073c61dca Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 8 Jun 2018 04:55:28 +0200 Subject: [PATCH] Improve a bit cloudflare detection (#2319) This can be checked [here](https://www.fbi.gov/) --- src/apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 44b0f8c0c..cb97bd701 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1756,7 +1756,9 @@ "CloudFlare": "" }, "headers": { - "Server": "^cloudflare$" + "Server": "^cloudflare$", + "cf-cache-status": "", + "cf-ray": "" }, "icon": "CloudFlare.svg", "website": "http://www.cloudflare.com"