- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 25 May 2018 05:49:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 May 2018 12:50:19 UTC
Although per step 5 of main fetch https://fetch.spec.whatwg.org/#main-fetch if you're on a same-origin URL again after a redirect the tainting gets reset to "basic", that doesn't appear to happen in implementations. At least for `fetch()` they'll taint once you go cross-origin. I don't think they're consistent in that however as cross-origin to same-origin for images will allow image data extraction. I guess this requires more research. -- 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/737
Received on Friday, 25 May 2018 12:50:19 UTC