tea-cleaner: Configure word lists
This commit is contained in:
@ -2,3 +2,14 @@
|
||||
token = ""
|
||||
# The gitea instance URL beginning wth "https://".
|
||||
server = "https://"
|
||||
# List of words prohibited in the description and the website field.
|
||||
spam_words = [
|
||||
"casino",
|
||||
"gambling"
|
||||
]
|
||||
# Unusual email address exteions.
|
||||
mail_domains = [
|
||||
".online",
|
||||
".shop",
|
||||
".website"
|
||||
]
|
||||
|
Reference in New Issue
Block a user