summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2013-11-08 08:19:29 +0100
committervkeranov <vkeranov@gmail.com>2013-11-08 08:19:29 +0100
commitfdd1461d98d2b28af282ea676e85a656341f02f3 (patch)
treee474197a1a95d7442cf2941ab5255ce5e12c6a53 /application/config/user_agents.php
parent0949b36c3ebb10732223ddc890e1a41c015aa086 (diff)
Update user_agents.php
Added Ubuntu Web Browser. More info here: http://www.omgubuntu.co.uk/2013/11/ubuntu-touch-browser-finally-given-unique-user-agent-string
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 899e96a94..0686bf972 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -104,7 +104,8 @@ $browsers = array(
'hotjava' => 'HotJava',
'amaya' => 'Amaya',
'IBrowse' => 'IBrowse',
- 'Maxthon' => 'Maxthon'
+ 'Maxthon' => 'Maxthon',
+ 'Ubuntu' => 'Ubuntu Web Browser'
);
$mobiles = array(
@@ -223,4 +224,4 @@ $robots = array(
);
/* End of file user_agents.php */
-/* Location: ./application/config/user_agents.php */ \ No newline at end of file
+/* Location: ./application/config/user_agents.php */