From 27450f2fa0b408c46e32af064f2f1867459cc523 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 3 Feb 2017 13:11:32 +0100 Subject: [PATCH] Improve a bit maxCDN detection - Speed up a regexp by adding `^` - Add a header This can be tested [here](http://www.lequipe.fr/) --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4b06a262f..736ca214a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4389,7 +4389,8 @@ 31 ], "headers": { - "Server": "NetDNA" + "Server": "^NetDNA", + "X-CDN-Forward": "^maxcdn$" }, "icon": "MaxCDN.png", "website": "www.maxcdn.com"