summaryrefslogtreecommitdiff
path: root/content/mimesniff.c
Commit message (Collapse)AuthorAgeFilesLines
* mimimal mime sniffing testVincent Sanders2017-03-201-3/+7
|
* reduce hlcache handle api usage in mimesniffVincent Sanders2017-03-191-6/+3
|
* make mimesniffing use core stringsVincent Sanders2017-03-191-215/+127
|
* add missing includesVincent Sanders2014-12-271-1/+2
|
* fix sign extension issue on 64bit platforms (coverity 1109898)Vincent Sanders2014-02-041-2/+4
|
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-081-1/+20
| | | | svn path=/trunk/netsurf/; revision=13436
* Sync with specJohn Mark Bell2011-12-231-7/+7
| | | | svn path=/trunk/netsurf/; revision=13329
* Reflect differences between draft-abarth-mime-sniff-06 and ↵John Mark Bell2011-09-271-11/+80
| | | | | | | | 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
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=12781
* Fix string leakageJohn Mark Bell2011-09-041-1/+3
| | | | svn path=/trunk/netsurf/; revision=12708
* Sniff content types where appropriate.John Mark Bell2011-09-041-0/+687
We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707