Strip combining characters from Unicode strings (eg. Zalgo)

This commit is contained in:
Michael Foster 2013-07-28 20:33:26 -04:00
parent cea7881749
commit 57c8e4ee7c
3 changed files with 57 additions and 2 deletions

View file

@ -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;