Merge pull request #280 from parniantaghipour/main

Unsafe Explanation
This commit is contained in:
Timothy Jaeryang Baek 2024-11-11 14:31:59 -08:00 committed by GitHub
commit e27dc0f9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,7 @@ More information about this setting can be found [here](https://docs.sqlalchemy.
- Type: `bool`
- Default: `False`
- Description: Enables safe mode, which disables potentially unsafe features.
- Description: Enables safe mode, which disables potentially unsafe features, deactivating all functions.
#### `WEBUI_SESSION_COOKIE_SAME_SITE`