From 4800138b295a3d9a73b509964526c86f327286e9 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Mon, 20 Mar 2017 21:04:39 +0900 Subject: [PATCH] Add support for multiurl file upload fields to valid input whitelist for spam filter. --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 7f5e3756..a3ce8e48 100644 --- a/inc/config.php +++ b/inc/config.php @@ -287,6 +287,9 @@ 'spoiler', 'page', 'file_url', + 'file_url1', + 'file_url2', + 'file_url3', 'json_response', 'user_flag', 'no_country',