From cb4908e33160f3110ed5ce5b4e6755c36b789dcb Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 25 Mar 2025 22:55:02 +0100 Subject: [PATCH] config.php: remove ie_mime_type_detection --- inc/config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inc/config.php b/inc/config.php index 25031bfb..6d00eb72 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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';