- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 07 Sep 2016 08:27:44 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 7 September 2016 15:28:40 UTC
@youennf Blink is opposed to making data URLs same-origin. https://bugzilla.mozilla.org/show_bug.cgi?id=255107 has some of their rationale. However, Blink does treat data URLs as same-origin in certain contexts (when not the result of a redirect): `XMLHttpRequest`, `fetch()`, and I guess `<img>` (not yet specified). Apparently the way that is implemented is suboptimal, but hopefully they can fix that. I think my takeaway from this issue is that we should use this flag for `<img>`. Not sure if there's an issue on that already. @zcorpan? -- 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/381#issuecomment-245317872
Received on Wednesday, 7 September 2016 15:28:40 UTC