[Webkit-unassigned] [Bug 160432] XHR Remove Headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 06:11:34 PDT 2016


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

--- Comment #3 from marc at rupy.se ---
Ok, so how can I submit a pull request?

I just need this edit in class XMLHttpRequest.cpp and method XMLHttpRequest::setRequestHeader:

if(m_sameOriginRequest && value == null)
   m_requestHeaders.remove(name)

before this comment:

// A privileged script (e.g. a Dashboard widget) can set any headers.

-- 
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/20160806/29bbc8ec/attachment-0001.html>


More information about the webkit-unassigned mailing list