mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Update env-configuration.md
Update docs as per https://github.com/open-webui/open-webui/pull/7493
This commit is contained in:
parent
7126e3a9fa
commit
4c119e313a
@ -345,6 +345,12 @@ requests initiated by third-party websites, but only over HTTPS.
|
||||
- Default: `False`
|
||||
- Description: Sets the `Secure` attribute for session cookies if set to `True`.
|
||||
|
||||
#### `CONTENT_SECURITY_POLICY`
|
||||
|
||||
- Type: `str`
|
||||
- Description: Sets the `content-security-policy` HTTP header
|
||||
- Example: `default-src 'self' 'unsafe-inline'; img-src 'self' https://* data:; child-src 'none'; font-src 'self' data:;`
|
||||
|
||||
#### `AIOHTTP_CLIENT_TIMEOUT`
|
||||
|
||||
- Type: `int`
|
||||
|
Loading…
Reference in New Issue
Block a user