forked from leftypol/leftypol
Merge pull request #311 from discomrade/arabic-fix
Fix combining character set, allow limit for combining characters
This commit is contained in:
commit
3bae2c65a2
3 changed files with 12 additions and 13 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue