mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Adding use_cookies comments
This commit is contained in:
parent
ed77621974
commit
be972b50a4
@ -173,11 +173,13 @@ typedef enum {
|
||||
//
|
||||
// Default: False
|
||||
multi_client,
|
||||
// Allow multiple clients to connect to the same window,
|
||||
// This is helpful for web apps (non-desktop software),
|
||||
// Please see the documentation for more details.
|
||||
// Allow or prevent WebUI from adding `webui_auth` cookies.
|
||||
// WebUI uses these cookies to identify clients and block
|
||||
// unauthorized access to the window content using a URL.
|
||||
// Please keep this option to `True` if you want only a single
|
||||
// client to access the window content.
|
||||
//
|
||||
// Default: False
|
||||
// Default: True
|
||||
use_cookies,
|
||||
// If the backend uses asynchronous operations, set this
|
||||
// option to `True`. This will make webui wait until the
|
||||
|
Loading…
x
Reference in New Issue
Block a user