mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-17 12:06:31 +00:00
Adds a range of reserved usernames to reduce potential misuse by malicious actors (#32828)
This commit is contained in:
parent
8f5cbf5370
commit
03ecf5df3b
|
@ -21,14 +21,27 @@ defaults: &defaults
|
|||
trends_as_landing_page: true
|
||||
trendable_by_default: false
|
||||
reserved_usernames:
|
||||
- abuse
|
||||
- account
|
||||
- accounts
|
||||
- admin
|
||||
- support
|
||||
- help
|
||||
- root
|
||||
- webmaster
|
||||
- administration
|
||||
- administrator
|
||||
- admins
|
||||
- help
|
||||
- helpdesk
|
||||
- instance
|
||||
- mod
|
||||
- moderator
|
||||
- moderators
|
||||
- mods
|
||||
- owner
|
||||
- root
|
||||
- security
|
||||
- server
|
||||
- staff
|
||||
- support
|
||||
- webmaster
|
||||
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
||||
bootstrap_timeline_accounts: ''
|
||||
activity_api_enabled: true
|
||||
|
|
Loading…
Reference in a new issue