Re: [whatwg/fetch] Define data: URLs (#579)

@achristensen07 

> Can the check not be case sensitive? Is there really existing content like ;Base64?

I couldn't figure out how to search for case-insensitive matches for "base64" *except" the lowercase "base64", but I found no cases of ";Base64" or ";BASE64" at least.

This is the "data:%3Bbase64,WA" case in https://github.com/w3c/web-platform-tests/pull/6890, and judging by the results of that test, Edge, Firefox and Safari already a case-insensitive match, while Chrome doesn't. Matching the majority seems most conservative, even if we can't find content doing it in httparchive.



-- 
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/pull/579#issuecomment-358342865

Received on Wednesday, 17 January 2018 15:38:52 UTC