mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(doc): re-add Max-Age to list of secure cookie attributes
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4303086c0e
commit
8e43932aa6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in the following ways:
|
||||||
- `options.disable_http_login: 0`
|
- `options.disable_http_login: 0`
|
||||||
- [Samesite=LAX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#samesite_attribute), Max-Age
|
- [Samesite=LAX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#samesite_attribute), Max-Age
|
||||||
- `options.disable_http_login: 1`
|
- `options.disable_http_login: 1`
|
||||||
- [Samesite=LAX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#samesite_attribute), [Secure, HttpOnly](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies)
|
- [Samesite=LAX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#samesite_attribute), [Secure, HttpOnly](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies), Max-Age
|
||||||
|
|
||||||
### Max-Age
|
### Max-Age
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue