Bug 335552 - Invalid user agent string sent when masquerading as Safari 4+
Summary: Invalid user agent string sent when masquerading as Safari 4+
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.13.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 18:04 UTC by michael
Modified: 2014-06-02 18:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.13.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2014-05-29 18:04:52 UTC
When setting the browser inentifaction via settings the user agent strings choosen for safari 5 and safari 4 are imposiable.
For selecting Safari 5.1 sends:
"Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_3; en_US) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2 "
Obvoius fake since there is no PPC version of 10.7 in fact there isn't an i386 version either.
Same issue with Safari 4.0 selected.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_1; en_US) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
10.6.1 does not exists for PPC, i386 version does exist.

Ditto Safari 6.0. I haven't found a site that pays atttention but these user agent codes could be filtered easliy as fakes.


Reproducible: Always
Comment 1 michael 2014-05-29 18:25:03 UTC
Review request submitted https://git.reviewboard.kde.org/r/118407