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
Cardinality and Requirements
Aliases
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