Skip to content

Commit 609f56e

Browse files
committed
fix: correct reference to secure.MULTI_OK in middleware documentation
1 parent 79a72d0 commit 609f56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This approach ensures that your security headers are applied efficiently in non-
213213

214214
## Middleware
215215

216-
Secure exposes `SecureWSGIMiddleware` and `SecureASGIMiddleware` through `secure.middleware`. Each middleware accepts a `Secure` instance (defaulting to `Secure.with_default_headers()`), overwrites headers by default, and only appends duplicates when the normalized header name is listed in `multi_ok` (which defaults to `secure.secure.MULTI_OK`, including `Content-Security-Policy`).
216+
Secure exposes `SecureWSGIMiddleware` and `SecureASGIMiddleware` through `secure.middleware`. Each middleware accepts a `Secure` instance (defaulting to `Secure.with_default_headers()`), overwrites headers by default, and only appends duplicates when the normalized header name is listed in `multi_ok` (which defaults to `secure.MULTI_OK`, including `Content-Security-Policy`).
217217

218218
### WSGI (Flask)
219219

0 commit comments

Comments
 (0)