[Webkit-unassigned] [Bug 64789] New: `<a ping>`'s `Ping-From` implementation doesn't match the spec.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 02:47:43 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64789
Summary: `<a ping>`'s `Ping-From` implementation doesn't match
the spec.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Minor
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mkwst at chromium.org
According to http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing `<a ping>` should send `Ping-From` HTTP header in addition to a `referer` header when pinging an origin distinct from the initial document (when the initial document wasn't loaded over HTTPS.
Currently, WebKit only sends the referrer header.
I'm not really convinced that the spec is correct here, as the additional header seems completely redundant, but we should probably follow the letter of the spec here. Patch for review in a moment.
--
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