mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 02:40:00 +02:00
Update common.py with more blacklisted usernames
This commit is contained in:
parent
63df2e29cb
commit
ba5c3bfc90
1 changed files with 4 additions and 0 deletions
|
@ -451,6 +451,10 @@ ACCOUNT_USERNAME_BLACKLIST = [
|
|||
"staff",
|
||||
"service",
|
||||
"me",
|
||||
"ghost",
|
||||
"_",
|
||||
"hello",
|
||||
"contact",
|
||||
] + env.list("ACCOUNT_USERNAME_BLACKLIST", default=[])
|
||||
|
||||
EXTERNAL_REQUESTS_VERIFY_SSL = env.bool("EXTERNAL_REQUESTS_VERIFY_SSL", default=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue