Update env-configuration.md

Update docs as per https://github.com/open-webui/open-webui/pull/7493
This commit is contained in:
Diwakar 2024-12-01 11:04:51 +07:00 committed by GitHub
parent 7126e3a9fa
commit 4c119e313a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`