forked from leftypol/leftypol
Use Unicode in antispam stuff
This commit is contained in:
parent
d4cf4c7afb
commit
9a846d5ad5
2 changed files with 32 additions and 13 deletions
|
@ -232,6 +232,9 @@
|
|||
|
||||
// How soon after regeneration do hashes expire (in seconds)?
|
||||
$config['spam']['hidden_inputs_expire'] = 60 * 60 * 3; // three hours
|
||||
|
||||
// Whether to use Unicode characters in hidden input names and values.
|
||||
$config['spam']['unicode'] = true;
|
||||
|
||||
// These are fields used to confuse the bots. Make sure they aren't actually used by Tinyboard, or it won't work.
|
||||
$config['spam']['hidden_input_names'] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue