Ticket #175 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by rudi

  • Priority changed from major to minor

comment:2 Changed 3 years ago by rudi

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

comment:3 Changed 3 years ago by dmik

  • Milestone changed from Qt Enhanced to Qt 4.6.3

comment:4 Changed 3 years ago by dmik

Fixed in r799, please check.

comment:5 Changed 3 years ago by rudi

Work O.K. for me.

comment:6 Changed 3 years ago by dmik

  • Status changed from new to closed
  • Resolution set to fixed

Thanks!

Note: See TracTickets for help on using tickets.