Merge pull request #311 from discomrade/arabic-fix

Fix combining character set, allow limit for combining characters
This commit is contained in:
nonmakina 2021-07-11 11:07:00 +02:00 committed by GitHub
commit 3bae2c65a2
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';