mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 05:19:15 +02:00
Audio federation
This commit is contained in:
parent
6992c567fb
commit
e49a460203
85 changed files with 2598 additions and 1204 deletions
|
@ -514,8 +514,14 @@ ACCOUNT_USERNAME_BLACKLIST = [
|
|||
"me",
|
||||
"ghost",
|
||||
"_",
|
||||
"-",
|
||||
"hello",
|
||||
"contact",
|
||||
"inbox",
|
||||
"outbox",
|
||||
"shared-inbox",
|
||||
"shared_inbox",
|
||||
"actor",
|
||||
] + 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