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 Changed 14 years ago by rudi

Priority: majorminor

comment:2 Changed 14 years ago by rudi

The way this is implemented in Windows suggests, that we resolve #66 before we can proceed.

comment:3 Changed 14 years ago by Dmitry A. Kuminov

Milestone: Qt EnhancedQt 4.6.3

comment:4 Changed 14 years ago by Dmitry A. Kuminov

Fixed in r799, please check.

comment:5 Changed 14 years ago by rudi

Work O.K. for me.

comment:6 Changed 14 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: newclosed

Thanks!

Note: See TracTickets for help on using tickets.