- From: Adam Barth <w3c@adambarth.com>
- Date: Sat, 13 Jun 2009 18:03:06 -0700
- To: Adrien de Croy <adrien@qbik.com>
- Cc: Jamie Lokier <jamie@shareable.org>, ietf-http-wg@w3.org
On Sat, Jun 13, 2009 at 6:01 PM, Adrien de Croy<adrien@qbik.com> wrote: > that code shows Chrome using the file extension to look up a content type > from the windows registry, so it's clearly showing Chrome using the file > extension to determine content type. The fact that the DB of extension to > type is provided by the OS, doesn't alter the fact that Chrome is using it. You'd have to examine the callers of that function to see what it's used for. It might not actually be called at all. I think it's used in some security checks for downloaded files. It's certainly not used by the sniffing algorithm. Adam
Received on Sunday, 14 June 2009 01:03:57 UTC