mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
docs: document the empty allowlist as deny every origin
This commit is contained in:
Generated
+4
-2
@@ -8393,8 +8393,10 @@ properties:
|
||||
the request''s Origin header (ignoring case) and echoed back on a match. When
|
||||
set, the list governs both the preflight and the response, overriding any Access-Control-Allow-Origin
|
||||
the runnable returns via wm_headers. Use [''*''] to opt out of any restriction,
|
||||
including the http_route_default_allowed_origins instance setting. When null,
|
||||
the instance setting applies, or Access-Control-Allow-Origin: * if it is unset.'
|
||||
including the http_route_default_allowed_origins instance setting. An empty
|
||||
list allows no origin at all, blocking every browser while leaving non-browser
|
||||
clients unaffected. When null, the instance setting applies, or Access-Control-Allow-Origin:
|
||||
* if it is unset.'
|
||||
error_handler_path:
|
||||
type: string
|
||||
description: Path to a script to run when the triggered job fails. A bare path,
|
||||
|
||||
Reference in New Issue
Block a user