[Webkit-unassigned] [Bug 140571] Provide hook to alter URL requests initiated from WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 11:15:42 PDT 2015


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

--- Comment #1 from Stuart Morgan <stuartmorgan at chromium.org> ---
Another case where this has come up is implementing Do Not Track, which requires adding a header to all requests.

Per our offline discussion, a partial solution that avoids synchronous communication back would be just a way to register a server->header map (with wildcards), that would cause all future requests to those servers to add the corresponding headers. It doesn't address all use cases, but would be a significant improvement.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150601/264db43f/attachment.html>


More information about the webkit-unassigned mailing list