Lines Matching full:mime
5 // Detecting mime types is a tricky business because we need to balance
29 // we won't detect dangerous mime types (those that can execute script).
90 // "don't detect dangerous mime types" rule.
187 // XML processing directive. Although this is not an HTML mime type, we sniff
370 // and stop at the first "plain" tag, then make a decision on the mime-type
491 // Empty mime types are as unknown as they get.
495 // The second most popular unknown mime type is application/unknown
497 // Firefox rejects a mime type if it is exactly */*
511 // Firefox rejects a mime type if it does not contain a slash
570 // We are willing to sniff the mime type for HTTP, HTTPS, and FTP
589 // their more specific mime types.
605 // The web server didn't specify a content type or specified a mime
635 // We're only willing to sniff HTML if the server has not supplied a mime
643 // 1. The server has not supplied a mime type.