- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 05 Aug 2020 05:50:38 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 August 2020 12:50:51 UTC
It's wrong for X-Content-Type-Options, but it seems wrong for other callers too. E.g., we don't want to support `Content-Type: "text/html"`. What needs to happen is that this algorithm preserves the quotes in the output. It needs to be aware of them to ensure they are matched up with another quote, but it shouldn't end up stripping them. -- 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/1068
Received on Wednesday, 5 August 2020 12:50:51 UTC