From fe83e0ab5536e5aad2564e9e89035cdedfe14d85 Mon Sep 17 00:00:00 2001 From: sostanza Date: Mon, 31 Jul 2017 10:10:13 +0200 Subject: [PATCH] Regex improve as suggested by jvoisin --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index fbe135677..744988539 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9859,7 +9859,7 @@ "52", "53" ], - "script": "http[s]{0,1}:\\/\\/server\\.livehelp\\.it\\/widgetjs\\/[0-9]{5}\\/[0-9]{1,3}\\.js?.*", + "script": "script": "^https?://server\\.livehelp\\.it/widgetjs/[0-9]{5}/[0-9]{1,3}\\.js", "icon": "LiveHelp.png", "website": "http://www.livehelp.it" },