diff options
author | Andrey Andreev <narf@devilix.net> | 2015-05-06 21:14:32 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-05-06 21:14:32 +0200 |
commit | 3f1b943261059f78eef5bcb87b19df4aa0b1fbbf (patch) | |
tree | c5db9ba5ee553a9e273524ac7e4537a534bdbdfd | |
parent | 7cf0cc1ffe3fc1722ccf00ddf9f4c18337b4d611 (diff) | |
parent | a5e58eb5b246fcf9dd323527c57d02f4219479c8 (diff) |
Merge pull request #3838 from mZer0ne/patch-5
Add Spartan to config/user_agents.php
-rw-r--r-- | application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 6f3295a70..2fd955435 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -62,6 +62,7 @@ $platforms = array( $browsers = array( 'OPR' => 'Opera', 'Flock' => 'Flock', + 'Edge' => 'Spartan', 'Chrome' => 'Chrome', // Opera 10+ always reports Opera/9.80 and appends Version/<real version> to the user agent string 'Opera.*?Version' => 'Opera', |