kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Update common.py with more blacklisted usernames
rodzic
63df2e29cb
commit
ba5c3bfc90
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue