mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 22:18:59 +00:00
b18ea3e0cc
* Renaming to slur_filter. Fixes #1773 * Fixing config * Updating doku for slur filter. * Updating doku for slur filter again. * Remove comment.
12 lines
442 B
Text
12 lines
442 B
Text
# See the documentation for available config fields and descriptions:
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
|
{
|
|
hostname: lemmy-alpha
|
|
federation: {
|
|
enabled: true
|
|
}
|
|
slur_filter:
|
|
'''
|
|
(fag(g|got|tard)?\b|cock\s?sucker(s|ing)?|ni((g{2,}|q)+|[gq]{2,})[e3r]+(s|z)?|mudslime?s?|kikes?|\bspi(c|k)s?\b|\bchinks?|gooks?|bitch(es|ing|y)?|whor(es?|ing)|\btr(a|@)nn?(y|ies?)|\b(b|re|r)tard(ed)?s?)
|
|
'''
|
|
}
|