Skip to main content

Websocket Connections

Summary

If set, enables proxying of websocket connections.

danger

Use with caution: websockets are long-lived connections, so global timeouts are not enforced (though the policy-specific timeout is enforced). Allowing websocket connections to the proxy could result in abuse via DOS attacks.

How to configure

YAML/JSON settingTypeDefault
allow_websocketsbooleanfalse

Examples

allow_websockets: true