From 5f841a78172ad094c1bd941a4a01eab9f11d2c3e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 25 Feb 2017 18:01:06 +0100 Subject: [PATCH] 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",