[Webkit-unassigned] [Bug 160432] XHR Remove Headers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 6 06:24:25 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160432
--- Comment #4 from marc at rupy.se ---
Maybe this is better:
if(m_sameOriginRequest && value.length() == 0) {
m_requestHeaders.remove(name)
return;
}
Just google "remove header XHR" to see why those 4 lines would be a great addition to webkit.
--
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/53c12a68/attachment.html>
More information about the webkit-unassigned
mailing list