mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Make authorized fetch configurable
This commit is contained in:
parent
c0ff46559b
commit
a8d8b70239
3 changed files with 48 additions and 27 deletions
|
|
@ -101,6 +101,10 @@ force_sensitive = [] # NOT IMPLEMENTED
|
|||
# Remove theses instances' media
|
||||
remove_media = [] # NOT IMPLEMENTED
|
||||
|
||||
# Whether to verify HTTP signatures for every request (warning: can slow down your server
|
||||
# significantly depending on processing power)
|
||||
authorized_fetch = false
|
||||
|
||||
|
||||
[filters]
|
||||
# Drop notes with these regex filters (only applies to new activities)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue