[whatwg/fetch] There's no reason to make fetch of about:blank same-origin for loads other than navigations and `<object>` (#384)

I don't think it's required for web compat.  Gecko only does this for navigations and `<object>` (things that can end up with a browsing context).  Specifically, about:blank stylesheets are cross-origin in Gecko, and you can't XHR to about:blank in either Gecko or Blink (bug can in WebKit, apparently).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/384

Received on Tuesday, 13 September 2016 15:45:35 UTC