Skip to content

Slot: http_only (DEPRECATED)

A cookie attribute to make it inaccessible via JavaScript

URI: ocsf:http_only Alias: http_only

Applicable Classes

Name Description Modifies Slot
HttpCookie The HTTP Cookie object, also known as a web cookie or browser cookie, contain... no

Properties

Type and Range

Property Value
Range Boolean
Domain Of HttpCookie

Cardinality and Requirements

Property Value

Aliases

  • HTTP Only

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:http_only
native ocsf:http_only

LinkML Source

name: http_only
description: A cookie attribute to make it inaccessible via JavaScript
deprecated: Use the <code>is_http_only</code> attribute instead. (since 1.1.0)
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- HTTP Only
rank: 1000
alias: http_only
domain_of:
- HttpCookie
range: boolean