Opened 14 years ago
Closed 14 years ago
#175 closed defect (fixed)
Fix WebKit useragent string
Reported by: | rudi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Qt 4.6.3 |
Component: | General | Version: | 4.6.2 |
Severity: | low | Keywords: | |
Cc: |
Description
Currently our WebKit identifies itself as:
Mozilla/5.0 (Unknown; U; OS/2; en-US) ....
We should use the same semantics for platform and subplatform as Firefox does:
Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.1.21) ....
It's located file src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp. We might need some way to determine the OS version.
Change History (6)
comment:1 by , 14 years ago
Priority: | major → minor |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Milestone: | Qt Enhanced → Qt 4.6.3 |
---|
Note:
See TracTickets
for help on using tickets.
The way this is implemented in Windows suggests, that we resolve #66 before we can proceed.