mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
Update example value
This commit is contained in:
parent
4c119e313a
commit
9197ac05bd
@ -349,7 +349,7 @@ requests initiated by third-party websites, but only over HTTPS.
|
||||
|
||||
- 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:;`
|
||||
- Example: `default-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' https://* data:; child-src 'none'; font-src 'self' data:; worker-src 'self';`
|
||||
|
||||
#### `AIOHTTP_CLIENT_TIMEOUT`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user