add: ability to ban strings/characters through server config
This commit is contained in:
parent
701ea79c9a
commit
c9983b8dcb
3 changed files with 48 additions and 0 deletions
|
@ -43,3 +43,9 @@ privacy = "/public/privacy.html"
|
|||
[turnstile]
|
||||
site_key = "1x00000000000000000000AA"
|
||||
secret_key = "1x0000000000000000000000000000000AA"
|
||||
|
||||
[[banned_data]]
|
||||
String = "test banned string"
|
||||
|
||||
[[banned_data]]
|
||||
Unicode = 3662
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue