From 17e87663cc446761c1b2ea01394840ce361c76fe Mon Sep 17 00:00:00 2001 From: Fernando Paredes Garcia Date: Wed, 25 Sep 2013 21:49:11 -0500 Subject: [PATCH] Better regular expression to detect Ophal. --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 8faa257b4..d327c6e5b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2977,7 +2977,7 @@ "Ophal": { "website": "ophal.org", "cats": [ 1, 11, 18 ], - "headers": { "X-Powered-By": "Ophal.*" } + "headers": { "X-Powered-By": "^Ophal/" } } } }