From 520ed76adf33cc516964938d2625660b3a6147a5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 11 Jun 2021 10:26:22 +0200 Subject: [PATCH] doc/soju.1: explain http-origin defaults --- doc/soju.1.scd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 122dca8..2733bb2 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -112,6 +112,9 @@ The following directives are supported: List of allowed HTTP origins for WebSocket listeners. The parameters are interpreted as shell patterns, see *glob*(7). + By default, only the request host is authorized. Use this directive to + enable cross-origin WebSockets. + *accept-proxy-ip* Allow the specified IPs to act as a proxy. Proxys have the ability to overwrite the remote and local connection addresses (via the X-Forwarded-\*