forked from leftypol/leftypol
allow quick-reply.js to work
This commit is contained in:
parent
272cc7c2f9
commit
60aab92f47
2 changed files with 12 additions and 3 deletions
|
@ -209,7 +209,8 @@
|
|||
'embed',
|
||||
'recaptcha_challenge_field',
|
||||
'recaptcha_response_field',
|
||||
'spoiler'
|
||||
'spoiler',
|
||||
'quick-reply'
|
||||
);
|
||||
|
||||
// Custom flood filters. Detect flood attacks and reject new posts if there's a positive match.
|
||||
|
@ -334,6 +335,10 @@
|
|||
// When true, a blank password will be used for files (not usable for deletion).
|
||||
$config['field_disable_password'] = false;
|
||||
|
||||
// Allows quick-reply.js to work (https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/forced-anon.js).
|
||||
// This will make your imageboard more vulnerable to flood attacks.
|
||||
$config['quick_reply'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Image settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue