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