diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/tea-cleaner.toml.dist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/tea-cleaner.toml.dist b/config/tea-cleaner.toml.dist index b09ed3b..5a77089 100644 --- a/config/tea-cleaner.toml.dist +++ b/config/tea-cleaner.toml.dist @@ -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" +] |
