summaryrefslogtreecommitdiff
path: root/content/mimesniff.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-27 00:33:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-27 00:33:37 +0000
commite9cdc14d79172b8af19517a558d951cba3a30d3b (patch)
tree35872887cfad197fb49e97bcdca5528b0922566c /content/mimesniff.h
parentcb27637a41283b4b362ddd25f80b8396abf45642 (diff)
downloadnetsurf-e9cdc14d79172b8af19517a558d951cba3a30d3b.tar.gz
netsurf-e9cdc14d79172b8af19517a558d951cba3a30d3b.tar.bz2
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
Diffstat (limited to 'content/mimesniff.h')
-rw-r--r--content/mimesniff.h2
1 files changed, 1 insertions, 1 deletions
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