[Webkit-unassigned] [Bug 178565] New: XMLHttpRequest should treat empty string URL as null URL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 19 20:42:22 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=178565
Bug ID: 178565
Summary: XMLHttpRequest should treat empty string URL as null
URL
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
Make handling of XMLHttpRequest::open() URL argument more consistent. Currently, blank URL is treated as part of the current origin, while 'null' URL does not satisfy same-origin requirements.
Since other browsers treat both cases as not-satisfying same-origin requirements, we should do the same.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171020/7424b9b3/attachment.html>
More information about the webkit-unassigned
mailing list