From 5f841a78172ad094c1bd941a4a01eab9f11d2c3e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 25 Feb 2017 18:01:06 +0100 Subject: [PATCH 1/2] Remove the matching on `Owa` in env for OWA This triggered false positive on the [Google Play store](https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms&hl=en) --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index a3c134b39..d65c9f3c7 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5593,7 +5593,7 @@ "cats": [ 30 ], - "env": "^(?:(?:g_f)?Owa|IsOwaPremiumBrowser)$", + "env": "^(?:(?:g_f)?IsOwaPremiumBrowser)$", "html": "]*href=\"[^\"]*?([\\d.]+)/themes/resources/owafont\\.css\\;version:\\1", "icon": "Outlook Web App.png", "implies": "Microsoft ASP.NET", From affc51b7ded9265db62e978974fe6b18e99fa25b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 25 Feb 2017 18:02:47 +0100 Subject: [PATCH 2/2] Remove some mistakes in the regexp --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index d65c9f3c7..1c654e685 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5593,7 +5593,7 @@ "cats": [ 30 ], - "env": "^(?:(?:g_f)?IsOwaPremiumBrowser)$", + "env": "^IsOwaPremiumBrowser$", "html": "]*href=\"[^\"]*?([\\d.]+)/themes/resources/owafont\\.css\\;version:\\1", "icon": "Outlook Web App.png", "implies": "Microsoft ASP.NET",