From 06b0cb8484b202a2733dd92ab9adde9b3d2c8231 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 12 Nov 2024 14:54:53 +0100 Subject: [PATCH] config.php: add op_require_history option --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 766fe912..69e1b7e2 100644 --- a/inc/config.php +++ b/inc/config.php @@ -236,6 +236,9 @@ // To prevent bump atacks; returns the thread to last position after the last post is deleted. $config['anti_bump_flood'] = false; + // Reject thread creation from IPs without any prior post history. + $config['op_require_history'] = false; + /* * Introduction to Tinyboard's spam filter: *