Bug 162576 - Mark Ping{Handle, Load} as final
Summary: Mark Ping{Handle, Load} as final
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-26 13:26 PDT by Daniel Bates
Modified: 2016-09-26 14:57 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.20 KB, patch)
2016-09-26 13:36 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 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>.
Comment 1 Daniel Bates 2016-09-26 13:36:13 PDT
Created attachment 289861 [details]
Patch
Comment 2 Daniel Bates 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>
Comment 3 Daniel Bates 2016-09-26 14:57:58 PDT
All reviewed patches have been landed.  Closing bug.