summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-01-21 19:13:40 +0100
committerGravatar default2024-01-21 19:13:40 +0100
commit5c787c1af055f52d5dea725a50f13722bd7a630c (patch)
tree8b133ac832ef71d1f66984dadcc91ae11f54f669
parentUpdated TODO. (diff)
downloadsnac2-5c787c1af055f52d5dea725a50f13722bd7a630c.tar.gz
snac2-5c787c1af055f52d5dea725a50f13722bd7a630c.tar.xz
snac2-5c787c1af055f52d5dea725a50f13722bd7a630c.zip
Updated documentation.
-rw-r--r--doc/snac.86
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 05991e1..f58ad45 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -179,9 +179,11 @@ By setting this to true, no email notification will be sent for any user.
179.It Ic disable_inbox_collection 179.It Ic disable_inbox_collection
180By setting this to true, no inbox collection is done. Inbox collection helps 180By setting this to true, no inbox collection is done. Inbox collection helps
181being discovered from remote instances, but also increases network traffic. 181being discovered from remote instances, but also increases network traffic.
182.It http_headers 182.It Ic http_headers
183If you need to add more HTTP response headers for whatever reason, you can 183If you need to add more HTTP response headers for whatever reason, you can
184fill this object with the required header/value pairs. 184fill this object with the required header/value pairs. For example, for enhanced
185XSS security, you can set the "Content-Security-Policy" header to "script-src ;"
186to be totally sure that no JavaScript is executed.
185.It Ic show_instance_timeline 187.It Ic show_instance_timeline
186If this is set to true, the instance base URL will show a timeline with the latest 188If this is set to true, the instance base URL will show a timeline with the latest
187user posts instead of the default greeting static page. If other information 189user posts instead of the default greeting static page. If other information