Fix combining character set, allow limit for combining characters

This commit is contained in:
discomrade 2021-07-10 01:37:31 -02:00
parent 55e6735024
commit 8b3df89863
3 changed files with 12 additions and 13 deletions

View file

@ -106,6 +106,10 @@ $config['threads_preview'] = 5;
$config['root'] = '/';
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
$config['strip_combining_chars'] = true;
// Maximum number of combining characters in a row allowed so that they can still be used in moderation.
$config['max_combining_chars'] = 3;
//Banners
$config['url_banner'] = '/banners.php';