- From: youennf <notifications@github.com>
- Date: Fri, 30 Sep 2016 04:29:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 30 September 2016 11:30:24 UTC
I don't think WebKit is matching this. Basically, whenever mode is cors or same-origin, redirections to data URLs will fail (XHR, img/script with cors). Whenever mode is no-cors (img, script for instance), redirections to data URLs will succeed. Doing a quick check, firefox seems to load redirected data URLs for img/script, treating them as same origin I believe. -- 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/111#issuecomment-250722135
Received on Friday, 30 September 2016 11:30:24 UTC