Comment 3 for bug 865503

Revision history for this message
Alexander Butenko (avb) wrote :

seems webkit guys figured out that its not midori indent is a problem, but combination Safari+linux. https://bugs.webkit.org/show_bug.cgi?id=69115

Id leave this bug open to try out Martin like patch. We can say that we are Midori, safari like browser running undex osx.

Most interesting part of the patch is

 - DEFINE_STATIC_LOCAL(const String, staticUA, (makeString("Mozilla/5.0 (", webkitPlatform(), webkitOSVersion(), ") AppleWebKit/", uaVersion) +
+ DEFINE_STATIC_LOCAL(const String, staticUA, (makeString("Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en_US) "
+ "(", webkitPlatform(), webkitOSVersion(), ") AppleWebKit/", uaVersion) +

Christian, what do you think about hiding OS?