forked from leftypol/leftypol
config.php: remove ie_mime_type_detection
This commit is contained in:
parent
56857102e1
commit
cb4908e331
1 changed files with 0 additions and 4 deletions
|
@ -902,10 +902,6 @@
|
|||
// -auto-orrient is applied when thumbnailing too.
|
||||
$config['convert_manual_orient'] = false;
|
||||
|
||||
// Regular expression to check for an XSS exploit with IE 6 and 7. To disable, set to false.
|
||||
// Details: https://github.com/savetheinternet/Tinyboard/issues/20
|
||||
$config['ie_mime_type_detection'] = '/<(?:body|head|html|img|plaintext|pre|script|table|title|a href|channel|scriptlet)/i';
|
||||
|
||||
// Allowed image file extensions.
|
||||
$config['allowed_ext'][] = 'jpg';
|
||||
$config['allowed_ext'][] = 'jpeg';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue