HTTP Only Cookie
- Environmental Variable:
COOKIE_HTTP_ONLY
- Config File Key:
cookie_http_only
- Kubernetes:
cookie.httpOnly
- Type:
bool
- Default:
true
If true, forbids JavaScript from accessing the cookie.
COOKIE_HTTP_ONLY
cookie_http_only
cookie.httpOnly
bool
true
If true, forbids JavaScript from accessing the cookie.