[Webkit-unassigned] [Bug 132681] [GTK] Use a different user agent string depending on the site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 10:13:37 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132681





--- Comment #5 from Sergio Villar Senin <svillar at igalia.com>  2014-05-08 10:13:57 PST ---
(From update of attachment 231068)
View in context: https://bugs.webkit.org/attachment.cgi?id=231068&action=review

I like the patch. My only concern is having to add new broken sites to the code as we find them, but I guess we've lost the race for the works-for-all-sites UA many times.

> Source/WebCore/platform/gtk/UserAgentGtk.cpp:146
> +        uaString.appendLiteral(" Version/6.0");

Some users reported that some sites where complaining about using an old Safari version. Should we use 7.0 (or the most recent one)?

> Source/WebCore/platform/gtk/UserAgentGtk.cpp:189
> +    }

We used to have rules also for google domains in WK1. Time to resurrect them?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list