mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated documentation.
This commit is contained in:
parent
d9ed2196d7
commit
5c787c1af0
1 changed files with 4 additions and 2 deletions
|
@ -179,9 +179,11 @@ By setting this to true, no email notification will be sent for any user.
|
|||
.It Ic disable_inbox_collection
|
||||
By setting this to true, no inbox collection is done. Inbox collection helps
|
||||
being discovered from remote instances, but also increases network traffic.
|
||||
.It http_headers
|
||||
.It Ic http_headers
|
||||
If you need to add more HTTP response headers for whatever reason, you can
|
||||
fill this object with the required header/value pairs.
|
||||
fill this object with the required header/value pairs. For example, for enhanced
|
||||
XSS security, you can set the "Content-Security-Policy" header to "script-src ;"
|
||||
to be totally sure that no JavaScript is executed.
|
||||
.It Ic show_instance_timeline
|
||||
If this is set to true, the instance base URL will show a timeline with the latest
|
||||
user posts instead of the default greeting static page. If other information
|
||||
|
|
Loading…
Reference in a new issue