Update example value

This commit is contained in:
Diwakar 2024-12-01 17:30:47 +07:00 committed by GitHub
parent 4c119e313a
commit 9197ac05bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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