[Webkit-unassigned] [Bug 85374] New: http "referer" header not properly set when using HTML5 pushState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 07:42:30 PDT 2012


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

           Summary: http "referer" header not properly set when using
                    HTML5 pushState
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P4
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: milovan.zogovic at gmail.com
                CC: milovan.zogovic at gmail.com


Given I am on "bar.html", and I run following javascript:

history.pushState( {}, "page1", "foo.html");
history.back(); // going back to "bar.html"
location.href = "fuffy.html";

The fuffy.html will be requested with "referer: foo.html" header, even though request is originating from "bar.html".

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