access_http_only_cookie_attribute

Enables the HttpOnly cookie attribute, which increases security against XSS attacks.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-http-only-cookie-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_http_only_cookie_attribute",
  "title": "access_http_only_cookie_attribute",
  "default": true,
  "description": "Enables the HttpOnly cookie attribute, which increases security against XSS attacks.",
  "example": true,
  "type": "boolean"
}