Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2013-07-17 02:38:08 +0400
committerMatthieu Aubry <matt@piwik.org>2013-07-17 02:38:08 +0400
commitea091e48fcde6161d98ee5fc08cd97a783b2dbd5 (patch)
tree201c033a97857422ee08985b0f4f184b030742b7 /plugins
parent89a6a78eefe7281c5752a96aa58acd8a108bf0b4 (diff)
parent89836598da1332012542c277a4c11a354bb49b8a (diff)
Merge pull request #87 from clearcode/modifyUnitTestsForBrowserDetection
Modify unit tests expected values for browser detection
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml
index 0a4d2a6669..9ab3bc4c1c 100644
--- a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml
+++ b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml
@@ -264,6 +264,18 @@
- regex: 'IEMobile[ /](\d+\.\d+)'
name: IE Mobile
version: '$1'
+- regex: 'MSIE.*Trident/4.0'
+ name: Internet Explorer
+ version: 8.0
+- regex: 'MSIE.*Trident/5.0'
+ name: Internet Explorer
+ version: 9.0
+- regex: 'MSIE.*Trident/6.0'
+ name: Internet Explorer
+ version: 10.0
+- regex: 'MSIE.*Trident/7.0'
+ name: Internet Explorer
+ version: 11.0
- regex: 'MSIE (\d+\.\d+).*XBLWP7'
name: IE Mobile
version: '$1'