commit | b182eb5eb23249ccaa90b2fd0cedf1c3c1ba791d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Jan 15 12:58:18 2019 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Tue Jan 15 12:59:08 2019 +0200 |
tree | 8965014f6a1bd2e5ffc0c9c6fa0446f32c11e02e | |
parent | 12ee9843877bf80159d1d89a0e3a4f170e902725 [diff] [blame] |
Merge pull request #5676 from albertleao/albertleao-patch-1 Added mobile google bot to user agents
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index b6c8563..ad0b0fd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php
@@ -110,6 +110,7 @@ // Phones and Manufacturers 'motorola' => 'Motorola', 'nokia' => 'Nokia', + 'nexus' => 'Nexus', 'palm' => 'Palm', 'iphone' => 'Apple iPhone', 'ipad' => 'iPad',