Ticket #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
Note: See
TracTickets for help on using
tickets.
