Unsafe Explanation

Updated

More details on what SAFE_MODE does #215

Based on code base one line added to description.
This commit is contained in:
parniantaghipour 2024-11-09 23:46:21 -08:00
parent af14172948
commit 68f13e1a6e

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`