forked from leftypol/leftypol
Merge branch 'config' into defer-javascript
This commit is contained in:
commit
b992a926cc
19 changed files with 129 additions and 77 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';
|
||||
|
||||
|
@ -273,6 +277,7 @@ $config['user_flags'] = array (
|
|||
'ndfp' => 'NDFP',
|
||||
'palestine' => 'Palestine',
|
||||
'pan-africanism' => 'Pan-Africanism',
|
||||
'cenzopapa' => 'Papież',
|
||||
'phrygian_cap' => 'Phrygian Cap',
|
||||
'pirate' => 'Pirate',
|
||||
'porky' => 'Porky',
|
||||
|
@ -439,6 +444,8 @@ $config['markup'][] = array("/~~(.+?)~~/", "<span class=\"strikethrough\">\$1</s
|
|||
// $config['wordfilters'][] = array('/nigger/i', 'uyghur', true);
|
||||
// $config['wordfilters'][] = array('/nigg/i', 'uygh', true);
|
||||
|
||||
$config['wordfilters'][] = array('/chud/i', 'FAGGOT', true);
|
||||
|
||||
/*
|
||||
* Traditional word filters. Expires 31-12-2021.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue