[Webkit-unassigned] [Bug 145717] It's impossible to detect that XMLHttpRequest is blocked by mixed content blocking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 14:34:48 PDT 2016


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

--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Created attachment 278532
  --> https://bugs.webkit.org/attachment.cgi?id=278532&action=review
test

While playing with HSTS, I came across this.  We call the onreadystatechange with readyState == 1 then readyState == 4 and status 0, then call the onerror.  Chrome and Firefox just call onreadystatechange  with readyState == 1 then stop.  I think our behavior is more correct, but I don't see it specified anywhere.

-- 
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/20160510/e9b69749/attachment-0001.html>


More information about the webkit-unassigned mailing list