From e9cdc14d79172b8af19517a558d951cba3a30d3b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 27 Sep 2011 00:33:37 +0000 Subject: Reflect differences between draft-abarth-mime-sniff-06 and draft-ietf-websec-mime-sniff-03 (and thus, http://mimesniff.spec.whatwg.org) In summary: audio/x-wave becomes audio/wave and we add sniffing for mp4 video svn path=/trunk/netsurf/; revision=12897 --- content/mimesniff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/mimesniff.h') diff --git a/content/mimesniff.h b/content/mimesniff.h index 8ddabd2e7..331adc28c 100644 --- a/content/mimesniff.h +++ b/content/mimesniff.h @@ -32,7 +32,7 @@ struct llcache_handle; /** * Compute the effective MIME type for an object using the sniffing - * algorithm described in draft-abarth-mime-sniff-06. + * algorithm described in http://mimesniff.spec.whatwg.org/ * * \param handle Source data handle to sniff * \param data First data chunk, or NULL -- cgit v1.2.3