[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /* Prior to D1615, we used the raw output of `file` to determine mime types, 2 without stripping carriage returns. This creates Content-Type headers 3 which are blocked by response-splitting protections introduced in D1564. */ 4 UPDATE {$NAMESPACE}_file.file SET mimeType = TRIM(BOTH "\n" FROM mimeType);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |