Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80bbacb

Browse filesBrowse files
committed
Support Nokia N9
1 parent ad0b20b commit 80bbacb
Copy full SHA for 80bbacb

File tree

Expand file treeCollapse file tree

2 files changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-0
lines changed

‎user_agents/devices.json

Copy file name to clipboardExpand all lines: user_agents/devices.json
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@
143143
"ua_string": "Mozilla/5.0 (Linux; Android 4.1.1; Nexus 7 Build/JRO03D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19",
144144
"str": "Nexus 7 / Android 4.1.1 / Chrome 18.0.1025"
145145
},
146+
"nokia_n9": {
147+
"is_bot": false,
148+
"is_mobile": true,
149+
"is_pc": false,
150+
"is_tablet": false,
151+
"is_touch_capable": false,
152+
"ua_string": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13",
153+
"str": "Nokia N9 / MeeGo / Nokia Browser 8.5.0"
154+
},
146155
"nokia_n97": {
147156
"is_bot": false,
148157
"is_mobile": true,

‎user_agents/parsers.py

Copy file name to clipboardExpand all lines: user_agents/parsers.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'iPod',
1919
'Generic Smartphone',
2020
'Generic Feature Phone',
21+
'Nokia N9',
2122
'PlayStation Vita',
2223
)
2324

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.