diff options
author | Ahmedul Haque Abid <a_h_abid@hotmail.com> | 2014-01-09 10:57:02 +0100 |
---|---|---|
committer | Ahmedul Haque Abid <a_h_abid@hotmail.com> | 2014-01-09 10:57:02 +0100 |
commit | 34cf49043465e41ff776443edfd0e6888277bd14 (patch) | |
tree | 2afac8bc42f36dca1157209f30654010a99efca7 /application/config/user_agents.php | |
parent | df3bda56796ae27f98cd6b9fe5c7d9d3bcb756ac (diff) | |
parent | 27e91a07ed66308ba02833b104ca8ca6a05e7be8 (diff) |
Merge branch 'develop' into feature/form_validation/custom_error_per_field
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index e555d77c6..2af70bf9c 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -85,6 +85,8 @@ $browsers = array( 'OPR' => 'Opera', 'Flock' => 'Flock', 'Chrome' => 'Chrome', + // Opera 10+ always reports Opera/9.80 and appends Version/<real version> to the user agent string + 'Opera.*?Version' => 'Opera', 'Opera' => 'Opera', 'MSIE' => 'Internet Explorer', 'Internet Explorer' => 'Internet Explorer', |