tea-cleaner: Configure word lists

This commit is contained in:
2025-02-22 21:30:29 +01:00
parent a4c56fb432
commit 2dd3856389
4 changed files with 78 additions and 36 deletions

View File

@ -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"
]