[Webkit-unassigned] [Bug 132602] [GTK] [Stable] Can't browse new Google maps with latest stable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 6 03:18:46 PDT 2014


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


Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com




--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-05-06 03:19:08 PST ---
Seems this is caused by the string "Version/6.0" of the user-agent that WebKitGTK+ sends.

I guess that reverting r166405 <http://trac.webkit.org/r166405> would fix this issue.


If you have epiphany, you can test it with:

# set the UA with the "Version/6.0" substring and try google maps
gsettings set 'org.gnome.Epiphany' 'user-agent' 'Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.15 (KHTML, like Gecko) Safari/538.15 Version/6.0 Debian/unstable (3.12.0-1) Epiphany/3.12.0'

# now set the UA without the "Version/6.0" substring and try again
gsettings set 'org.gnome.Epiphany' 'user-agent' 'Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.15 (KHTML, like Gecko) Safari/538.15 Debian/unstable (3.12.0-1) Epiphany/3.12.0'

-- 
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