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)
main
jvoisin 8 years ago
parent 9bfb2a4372
commit 5f841a7817

@ -5593,7 +5593,7 @@
"cats": [ "cats": [
30 30
], ],
"env": "^(?:(?:g_f)?Owa|IsOwaPremiumBrowser)$", "env": "^(?:(?:g_f)?IsOwaPremiumBrowser)$",
"html": "<link\\s[^>]*href=\"[^\"]*?([\\d.]+)/themes/resources/owafont\\.css\\;version:\\1", "html": "<link\\s[^>]*href=\"[^\"]*?([\\d.]+)/themes/resources/owafont\\.css\\;version:\\1",
"icon": "Outlook Web App.png", "icon": "Outlook Web App.png",
"implies": "Microsoft ASP.NET", "implies": "Microsoft ASP.NET",

Loading…
Cancel
Save