Bug 162576

Summary: Mark Ping{Handle, Load} as final
Product: WebKit Reporter: Daniel Bates <dbates>
Component: PlatformAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Daniel Bates
Reported 2016-09-26 13:26:32 PDT
A ping request is a special network request. We should not support subclassing a ping handle because there are security/privacy implications with respect to redirect handling and including credentials/authentication with a ping request. Such aspects should not be changed or require careful consideration if changed. For completeness, the HTML ping attribute and corresponding ping request that should be created is described in section "Hyperlink auditing" in the HTML standard: <https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing>.
Attachments
Patch (6.20 KB, patch)
2016-09-26 13:36 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2016-09-26 13:36:13 PDT
Daniel Bates
Comment 2 2016-09-26 14:57:55 PDT
Comment on attachment 289861 [details] Patch Clearing flags on attachment: 289861 Committed r206396: <http://trac.webkit.org/changeset/206396>
Daniel Bates
Comment 3 2016-09-26 14:57:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.