forked from leftypol/leftypol
Strip combining characters from Unicode strings (eg. Zalgo)
This commit is contained in:
parent
cea7881749
commit
57c8e4ee7c
3 changed files with 57 additions and 2 deletions
|
@ -282,6 +282,8 @@
|
|||
$config['strip_superfluous_returns'] = true;
|
||||
// Require an image for threads?
|
||||
$config['force_image_op'] = true;
|
||||
// Strip combining characters from Unicode strings (eg. "Zalgo")
|
||||
$config['strip_combining_chars'] = true;
|
||||
|
||||
// Max body length
|
||||
$config['max_body'] = 1800;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue