<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.2 (Ruby 3.2.2) -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="pre5378Trust200902" docName="draft-ietf-httpbis-rfc6265bis-13" category="std" consensus="true" obsoletes="6265" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title>Cookies: HTTP State Management Mechanism</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-rfc6265bis-13"/>
    <author initials="S." surname="Bingler" fullname="Steven Bingler" role="editor">
      <organization>Google LLC</organization>
      <address>
        <email>bingler@google.com</email>
      </address>
    </author>
    <author initials="M." surname="West" fullname="Mike West" role="editor">
      <organization>Google LLC</organization>
      <address>
        <email>mkwst@google.com</email>
        <uri>https://mikewest.org/</uri>
      </address>
    </author>
    <author initials="J." surname="Wilander" fullname="John Wilander" role="editor">
      <organization>Apple, Inc</organization>
      <address>
        <email>wilander@apple.com</email>
      </address>
    </author>
    <date/>
    <area>Applications and Real-Time</area>
    <workgroup>HTTP</workgroup>
    <abstract>
      <?line 218?>

<t>This document defines the HTTP Cookie and Set-Cookie header fields. These
header fields can be used by HTTP servers to store state (called cookies) at
HTTP user agents, letting the servers maintain a stateful session over the
mostly stateless HTTP protocol. Although cookies have many historical
infelicities that degrade their security and privacy, the Cookie and Set-Cookie
header fields are widely used on the Internet. This document obsoletes RFC
6265.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-httpbis-rfc6265bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        HTTP Working Group mailing list (<eref target="mailto:ietf-http-wg@w3.org"/>),
        which is archived at <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
        Working Group information can be found at <eref target="https://httpwg.org/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/httpwg/http-extensions/labels/6265bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 228?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines the HTTP Cookie and Set-Cookie header fields. Using
the Set-Cookie header field, an HTTP server can pass name/value pairs and
associated metadata (called cookies) to a user agent. When the user agent makes
subsequent requests to the server, the user agent uses the metadata and other
information to determine whether to return the name/value pairs in the Cookie
header field.</t>
      <t>Although simple on their surface, cookies have a number of complexities. For
example, the server indicates a scope for each cookie when sending it to the
user agent. The scope indicates the maximum amount of time in which the user
agent should return the cookie, the servers to which the user agent should
return the cookie, and the URI schemes for which the cookie is applicable.</t>
      <t>For historical reasons, cookies contain a number of security and privacy
infelicities. For example, a server can indicate that a given cookie is
intended for "secure" connections, but the Secure attribute does not provide
integrity in the presence of an active network attacker. Similarly, cookies
for a given host are shared across all the ports on that host, even though the
usual "same-origin policy" used by web browsers isolates content retrieved via
different ports.</t>
      <t>There are two audiences for this specification: developers of cookie-generating
servers and developers of cookie-consuming user agents.</t>
      <t>To maximize interoperability with user agents, servers SHOULD limit themselves
to the well-behaved profile defined in <xref target="sane-profile"/> when generating cookies.</t>
      <t>User agents MUST implement the more liberal processing rules defined in <xref target="ua-requirements"/>, in order to maximize interoperability with existing servers that do not
conform to the well-behaved profile defined in <xref target="sane-profile"/>.</t>
      <t>This document specifies the syntax and semantics of these header fields as they are
actually used on the Internet. In particular, this document does not create
new syntax or semantics beyond those in use today. The recommendations for
cookie generation provided in <xref target="sane-profile"/> represent a preferred subset of current
server behavior, and even the more liberal cookie processing algorithm provided
in <xref target="ua-requirements"/> does not recommend all of the syntactic and semantic variations in
use today. Where some existing software differs from the recommended protocol
in significant ways, the document contains a note explaining the difference.</t>
      <t>This document obsoletes <xref target="RFC6265"/>.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions</name>
      <section anchor="conformance-criteria">
        <name>Conformance Criteria</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
interpreted as described in <xref target="RFC2119"/>.</t>
        <t>Requirements phrased in the imperative as part of algorithms (such as "strip any
leading space characters" or "return false and abort these steps") are to be
interpreted with the meaning of the key word ("MUST", "SHOULD", "MAY", etc.)
used in introducing the algorithm.</t>
        <t>Conformance requirements phrased as algorithms or specific steps can be
implemented in any manner, so long as the end result is equivalent. In
particular, the algorithms defined in this specification are intended to be
easy to understand and are not intended to be performant.</t>
      </section>
      <section anchor="syntax-notation">
        <name>Syntax Notation</name>
        <t>This specification uses the Augmented Backus-Naur Form (ABNF) notation of
<xref target="RFC5234"/>.</t>
        <t>The following core rules are included by reference, as defined in <xref target="RFC5234"/>,
Appendix B.1: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTLs
(controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG
(hexadecimal 0-9/A-F/a-f), LF (line feed), NUL (null octet), OCTET (any
8-bit sequence of data except NUL), SP (space), HTAB (horizontal tab),
CHAR (any <xref target="USASCII"/> character), VCHAR (any visible <xref target="USASCII"/> character),
and WSP (whitespace).</t>
        <t>The OWS (optional whitespace) and BWS (bad whitespace) rules are defined in
Section 5.6.3 of <xref target="HTTPSEM"/>.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The terms "user agent", "client", "server", "proxy", and "origin server" have
the same meaning as in the HTTP/1.1 specification (<xref target="HTTPSEM"/>, Section 3).</t>
        <t>The request-host is the name of the host, as known by the user agent, to which
the user agent is sending an HTTP request or from which it is receiving an HTTP
response (i.e., the name of the host to which it sent the corresponding HTTP
request).</t>
        <t>The term request-uri refers to "target URI" as defined in Section 7.1 of
<xref target="HTTPSEM"/>.</t>
        <t>Two sequences of octets are said to case-insensitively match each other if and
only if they are equivalent under the i;ascii-casemap collation defined in
<xref target="RFC4790"/>.</t>
        <t>The term string means a sequence of non-NUL octets.</t>
        <t>The terms "active browsing context", "active document", "ancestor navigables",
"container document", "content navigable", "dedicated worker", "Document",
"inclusive ancestor navigables", "navigable", "opaque origin", "sandboxed
origin browsing context flag", "shared worker", "the worker's Documents",
"top-level traversable", and "WorkerGlobalScope" are defined in <xref target="HTML"/>.</t>
        <t>"Service Workers" are defined in the Service Workers specification
<xref target="SERVICE-WORKERS"/>.</t>
        <t>The term "origin", the mechanism of deriving an origin from a URI, and the "the
same" matching algorithm for origins are defined in <xref target="RFC6454"/>.</t>
        <t>"Safe" HTTP methods include <tt>GET</tt>, <tt>HEAD</tt>, <tt>OPTIONS</tt>, and <tt>TRACE</tt>, as defined
in Section 9.2.1 of <xref target="HTTPSEM"/>.</t>
        <t>A domain's "public suffix" is the portion of a domain that is controlled by a
public registry, such as "com", "co.uk", and "pvt.k12.wy.us". A domain's
"registrable domain" is the domain's public suffix plus the label to its left.
That is, for <tt>https://www.site.example</tt>, the public suffix is <tt>example</tt>, and the
registrable domain is <tt>site.example</tt>. Whenever possible, user agents SHOULD
use an up-to-date public suffix list, such as the one maintained by the Mozilla
project at <xref target="PSL"/>.</t>
        <t>The term "request", as well as a request's "client", "current url", "method",
"target browsing context", and "url list", are defined in <xref target="FETCH"/>.</t>
        <t>The term "non-HTTP APIs" refers to non-HTTP mechanisms used to set and retrieve
cookies, such as a web browser API that exposes cookies to scripts.</t>
        <t>The term "top-level navigation" refers to a navigation of a top-level
traversable.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>This section outlines a way for an origin server to send state information to a
user agent and for the user agent to return the state information to the origin
server.</t>
      <t>To store state, the origin server includes a Set-Cookie header field in an HTTP
response. In subsequent requests, the user agent returns a Cookie request
header field to the origin server. The Cookie header field contains cookies the user agent
received in previous Set-Cookie header fields. The origin server is free to ignore
the Cookie header field or use its contents for an application-defined purpose.</t>
      <t>Origin servers MAY send a Set-Cookie response header field with any response. An
origin server can include multiple Set-Cookie header fields in a single response.
The presence of a Cookie or a Set-Cookie header field does not preclude HTTP
caches from storing and reusing a response.</t>
      <t>Origin servers SHOULD NOT fold multiple Set-Cookie header fields into a single
header field. The usual mechanism for folding HTTP headers fields (i.e., as
defined in Section 5.3 of <xref target="HTTPSEM"/>) might change the semantics of the Set-Cookie header
field because the %x2C (",") character is used by Set-Cookie in a way that
conflicts with such folding.</t>
      <t>User agents MAY ignore Set-Cookie header fields based on response status codes or
the user agent's cookie policy (see <xref target="ignoring-cookies"/>).</t>
      <section anchor="examples">
        <name>Examples</name>
        <t>Using the Set-Cookie header field, a server can send the user agent a short string
in an HTTP response that the user agent will return in future HTTP requests that
are within the scope of the cookie. For example, the server can send the user
agent a "session identifier" named SID with the value 31d4d96e407aad42. The
user agent then returns the session identifier in subsequent requests.</t>
        <sourcecode type="example"><![CDATA[
== Server -> User Agent ==

Set-Cookie: SID=31d4d96e407aad42

== User Agent -> Server ==

Cookie: SID=31d4d96e407aad42
]]></sourcecode>
        <t>The server can alter the default scope of the cookie using the Path and
Domain attributes. For example, the server can instruct the user agent to
return the cookie to every path and every subdomain of site.example.</t>
        <sourcecode type="example"><![CDATA[
== Server -> User Agent ==

Set-Cookie: SID=31d4d96e407aad42; Path=/; Domain=site.example

== User Agent -> Server ==

Cookie: SID=31d4d96e407aad42
]]></sourcecode>
        <t>As shown in the next example, the server can store multiple cookies at the user
agent. For example, the server can store a session identifier as well as the
user's preferred language by returning two Set-Cookie header fields. Notice
that the server uses the Secure and HttpOnly attributes to provide
additional security protections for the more sensitive session identifier (see
<xref target="sane-set-cookie-semantics"/>).</t>
        <sourcecode type="example"><![CDATA[
== Server -> User Agent ==

Set-Cookie: SID=31d4d96e407aad42; Path=/; Secure; HttpOnly
Set-Cookie: lang=en-US; Path=/; Domain=site.example

== User Agent -> Server ==

Cookie: SID=31d4d96e407aad42; lang=en-US
]]></sourcecode>
        <t>Notice that the Cookie header field above contains two cookies, one named SID and
one named lang. If the server wishes the user agent to persist the cookie over
multiple "sessions" (e.g., user agent restarts), the server can specify an
expiration date in the Expires attribute. Note that the user agent might
delete the cookie before the expiration date if the user agent's cookie store
exceeds its quota or if the user manually deletes the server's cookie.</t>
        <sourcecode type="example"><![CDATA[
== Server -> User Agent ==

Set-Cookie: lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT

== User Agent -> Server ==

Cookie: SID=31d4d96e407aad42; lang=en-US
]]></sourcecode>
        <t>Finally, to remove a cookie, the server returns a Set-Cookie header field with an
expiration date in the past. The server will be successful in removing the
cookie only if the Path and the Domain attribute in the Set-Cookie header field
match the values used when the cookie was created.</t>
        <sourcecode type="example"><![CDATA[
== Server -> User Agent ==

Set-Cookie: lang=; Expires=Sun, 06 Nov 1994 08:49:37 GMT

== User Agent -> Server ==

Cookie: SID=31d4d96e407aad42
]]></sourcecode>
      </section>
      <section anchor="which-requirements-to-implement">
        <name>Which Requirements to Implement</name>
        <t>The upcoming two sections, <xref target="sane-profile"/> and <xref target="ua-requirements"/>, discuss
the set of requirements for two distinct types of implementations. This section
is meant to help guide implementers in determining which set of requirements
best fits their goals. Choosing the wrong set of requirements could result in a
lack of compatibility with other cookie implementations.</t>
        <t>It's important to note that being compatible means different things
depending on the implementer's goals. These differences have built up over time
due to both intentional and unintentional spec changes, spec interpretations,
and historical implementation differences.</t>
        <t>This section roughly divides implementers of the cookie spec into two types,
producers and consumers. These are not official terms and are only used here to
help readers develop an intuitive understanding of the use cases.</t>
        <section anchor="cookie-producing-implementations">
          <name>Cookie Producing Implementations</name>
          <t>An implementer should choose <xref target="sane-profile"/> whenever cookies are created and
will be sent to a user agent, such as a web browser. These implementations are
frequently referred to as Servers by the spec but that term includes anything
which primarily produces cookies. Some potential examples:</t>
          <ul spacing="normal">
            <li>
              <t>Server applications hosting a website or API</t>
            </li>
            <li>
              <t>Programming languages or software frameworks that support cookies</t>
            </li>
            <li>
              <t>Integrated third-party web applications, such as a business management suite</t>
            </li>
          </ul>
          <t>All these benefit from not only supporting as many user agents as possible but
also supporting other servers. This is useful if a cookie is produced by a
software framework and is later sent back to a server application which needs
to read it. <xref target="sane-profile"/> advises best practices that help maximize this
sense of compatibility.</t>
          <t>See <xref target="languages-frameworks"/> for more details on programming languages and software
frameworks.</t>
        </section>
        <section anchor="cookie-consuming-implementations">
          <name>Cookie Consuming Implementations</name>
          <t>An implementer should choose <xref target="ua-requirements"/> whenever cookies are primarily
received from another source. These implementations are referred to as user
agents. Some examples:</t>
          <ul spacing="normal">
            <li>
              <t>Web browsers</t>
            </li>
            <li>
              <t>Tools that support stateful HTTP</t>
            </li>
            <li>
              <t>Programming languages or software frameworks that support cookies</t>
            </li>
          </ul>
          <t>Because user agents don't know which servers a user will access, and whether
or not that server is following best practices, users agents are advised to
implement a more lenient set of requirements and to accept some things that
servers are warned against producing. <xref target="ua-requirements"/> advises best
practices that help maximize this sense of compatibility.</t>
          <t>See <xref target="languages-frameworks"/> for more details on programming languages and software
frameworks.</t>
          <section anchor="languages-frameworks">
            <name>Programming Languages &amp; Software Frameworks</name>
            <t>A programming language or software framework with support for cookies could
reasonably be used to create an application that acts as a cookie producer,
cookie consumer, or both. Because a developer may want to maximize their
compatibility as either a producer or consumer, these languages or frameworks
should strongly consider supporting both sets of requirements, <xref target="sane-profile"/>
and <xref target="ua-requirements"/>, behind a compatibility mode toggle. This toggle should
default to <xref target="sane-profile"/>'s requirements.</t>
            <t>Doing so will reduce the chances that a developer's application can
inadvertently create cookies that cannot be read by other servers.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="sane-profile">
      <name>Server Requirements</name>
      <t>This section describes the syntax and semantics of a well-behaved profile of the
Cookie and Set-Cookie header fields.</t>
      <section anchor="sane-set-cookie">
        <name>Set-Cookie</name>
        <t>The Set-Cookie HTTP response header field is used to send cookies from the server to
the user agent.</t>
        <section anchor="abnf-syntax">
          <name>Syntax</name>
          <t>Informally, the Set-Cookie response header field contains a cookie, which begins with a
name-value-pair, followed by zero or more attribute-value pairs. Servers
SHOULD NOT send Set-Cookie header fields that fail to conform to the following
grammar:</t>
          <sourcecode type="abnf"><![CDATA[
set-cookie        = set-cookie-string
set-cookie-string = BWS cookie-pair *( BWS ";" OWS cookie-av )
cookie-pair       = cookie-name BWS "=" BWS cookie-value
cookie-name       = 1*cookie-octet
cookie-value      = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE )
cookie-octet      = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E
                      ; US-ASCII characters excluding CTLs,
                      ; whitespace DQUOTE, comma, semicolon,
                      ; and backslash

cookie-av         = expires-av / max-age-av / domain-av /
                    path-av / secure-av / httponly-av /
                    samesite-av / extension-av
expires-av        = "Expires" BWS "=" BWS sane-cookie-date
sane-cookie-date  =
    <IMF-fixdate, defined in [HTTPSEM], Section 5.6.7>
max-age-av        = "Max-Age" BWS "=" BWS non-zero-digit *DIGIT
non-zero-digit    = %x31-39
                      ; digits 1 through 9
domain-av         = "Domain" BWS "=" BWS domain-value
domain-value      = <subdomain>
                      ; see details below
path-av           = "Path" BWS "=" BWS path-value
path-value        = *av-octet
secure-av         = "Secure"
httponly-av       = "HttpOnly"
samesite-av       = "SameSite" BWS "=" BWS samesite-value
samesite-value    = "Strict" / "Lax" / "None"
extension-av      = *av-octet
av-octet          = %x20-3A / %x3C-7E
                      ; any CHAR except CTLs or ";"
]]></sourcecode>
          <t>Note that some of the grammatical terms above reference documents that use
different grammatical notations than this document (which uses ABNF from
<xref target="RFC5234"/>).</t>
          <t>Per the grammar above, servers SHOULD NOT produce nameless cookies (i.e.: an
empty cookie-name) as such cookies may be unpredictably serialized by UAs when
sent back to the server.</t>
          <t>The semantics of the cookie-value are not defined by this document.</t>
          <t>To maximize compatibility with user agents, servers that wish to store arbitrary
data in a cookie-value SHOULD encode that data, for example, using Base64
<xref target="RFC4648"/>.</t>
          <t>Per the grammar above, the cookie-value MAY be wrapped in DQUOTE characters.
Note that in this case, the initial and trailing DQUOTE characters are not
stripped. They are part of the cookie-value, and will be included in Cookie
header fields sent to the server.</t>
          <t>The domain-value is a subdomain as defined by <xref target="RFC1034"/>, Section 3.5, and
as enhanced by <xref target="RFC1123"/>, Section 2.1. Thus, domain-value is a string of
<xref target="USASCII"/> characters, such as one obtained by applying the "ToASCII" operation
defined in <xref section="4" sectionFormat="of" target="RFC3490"/>.</t>
          <t>The portions of the set-cookie-string produced by the cookie-av term are
known as attributes. To maximize compatibility with user agents, servers SHOULD
NOT produce two attributes with the same name in the same set-cookie-string.
(See <xref target="storage-model"/> for how user agents handle this case.)</t>
          <t>NOTE: The name of an attribute-value pair is not case sensitive. So while they
are presented here in CamelCase, such as "HttpOnly" or "SameSite", any case is
accepted. E.x.: "httponly", "Httponly", "hTTPoNLY", etc.</t>
          <t>Servers SHOULD NOT include more than one Set-Cookie header field in the same
response with the same cookie-name. (See <xref target="set-cookie"/> for how user agents
handle this case.)</t>
          <t>If a server sends multiple responses containing Set-Cookie header fields
concurrently to the user agent (e.g., when communicating with the user agent
over multiple sockets), these responses create a "race condition" that can lead
to unpredictable behavior.</t>
          <t>NOTE: Some existing user agents differ in their interpretation of two-digit
years. To avoid compatibility issues, servers SHOULD use the rfc1123-date
format, which requires a four-digit year.</t>
          <t>NOTE: Some user agents store and process dates in cookies as 32-bit UNIX time_t
values. Implementation bugs in the libraries supporting time_t processing on
some systems might cause such user agents to process dates after the year 2038
incorrectly.</t>
        </section>
        <section anchor="sane-set-cookie-semantics">
          <name>Semantics (Non-Normative)</name>
          <t>This section describes simplified semantics of the Set-Cookie header field. These
semantics are detailed enough to be useful for understanding the most common
uses of cookies by servers. The full semantics are described in <xref target="ua-requirements"/>.</t>
          <t>When the user agent receives a Set-Cookie header field, the user agent stores the
cookie together with its attributes. Subsequently, when the user agent makes
an HTTP request, the user agent includes the applicable, non-expired cookies
in the Cookie header field.</t>
          <t>If the user agent receives a new cookie with the same cookie-name,
domain-value, and path-value as a cookie that it has already stored, the
existing cookie is evicted and replaced with the new cookie. Notice that
servers can delete cookies by sending the user agent a new cookie with an
Expires attribute with a value in the past.</t>
          <t>Unless the cookie's attributes indicate otherwise, the cookie is returned only
to the origin server (and not, for example, to any subdomains), and it expires
at the end of the current session (as defined by the user agent). User agents
ignore unrecognized cookie attributes (but not the entire cookie).</t>
          <section anchor="attribute-expires">
            <name>The Expires Attribute</name>
            <t>The Expires attribute indicates the maximum lifetime of the cookie,
represented as the date and time at which the cookie expires. The user agent is
not required to retain the cookie until the specified date has passed. In fact,
user agents often evict cookies due to memory pressure or privacy concerns.</t>
            <t>The user agent MUST limit the maximum value of the Expires attribute.
The limit SHOULD NOT be greater than 400 days (34560000 seconds) in the future.
The RECOMMENDED limit is 400 days in the future, but the user agent MAY adjust
the limit (see <xref target="cookie-policy"/>).
Expires attributes that are greater than the limit MUST be reduced to the limit.</t>
          </section>
          <section anchor="attribute-max-age">
            <name>The Max-Age Attribute</name>
            <t>The Max-Age attribute indicates the maximum lifetime of the cookie,
represented as the number of seconds until the cookie expires. The user agent is
not required to retain the cookie for the specified duration. In fact, user
agents often evict cookies due to memory pressure or privacy concerns.</t>
            <t>The user agent MUST limit the maximum value of the Max-Age attribute.
The limit SHOULD NOT be greater than 400 days (34560000 seconds) in duration.
The RECOMMENDED limit is 400 days in duration, but the user agent MAY adjust
the limit (see <xref target="cookie-policy"/>).
Max-Age attributes that are greater than the limit MUST be reduced to the limit.</t>
            <t>NOTE: Some existing user agents do not support the Max-Age attribute. User
agents that do not support the Max-Age attribute ignore the attribute.</t>
            <t>If a cookie has both the Max-Age and the Expires attribute, the Max-Age
attribute has precedence and controls the expiration date of the cookie. If a
cookie has neither the Max-Age nor the Expires attribute, the user agent
will retain the cookie until "the current session is over" (as defined by the
user agent).</t>
          </section>
          <section anchor="attribute-domain">
            <name>The Domain Attribute</name>
            <t>The Domain attribute specifies those hosts to which the cookie will be sent.
For example, if the value of the Domain attribute is "site.example", the user
agent will include the cookie in the Cookie header field when making HTTP requests to
site.example, www.site.example, and www.corp.site.example. (Note that a
leading %x2E ("."), if present, is ignored even though that character is not
permitted.)  If the server omits the Domain attribute, the user agent
will return the cookie only to the origin server.</t>
            <t>WARNING: Some existing user agents treat an absent Domain attribute as if the
Domain attribute were present and contained the current host name. For
example, if site.example returns a Set-Cookie header field without a Domain
attribute, these user agents will erroneously send the cookie to
www.site.example as well.</t>
            <t>The user agent will reject cookies unless the Domain attribute specifies a
scope for the cookie that would include the origin server. For example, the
user agent will accept a cookie with a Domain attribute of "site.example" or
of "foo.site.example" from foo.site.example, but the user agent will not accept
a cookie with a Domain attribute of "bar.site.example" or of
"baz.foo.site.example".</t>
            <t>NOTE: For security reasons, many user agents are configured to reject Domain
attributes that correspond to "public suffixes". For example, some user
agents will reject Domain attributes of "com" or "co.uk". (See <xref target="storage-model"/> for
more information.)</t>
          </section>
          <section anchor="attribute-path">
            <name>The Path Attribute</name>
            <t>The scope of each cookie is limited to a set of paths, controlled by the
Path attribute. If the server omits the Path attribute, the user agent will
use the "directory" of the request-uri's path component as the default value.
(See <xref target="cookie-path"/> for more details.)</t>
            <t>The user agent will include the cookie in an HTTP request only if the path
portion of the request-uri matches (or is a subdirectory of) the cookie's
Path attribute, where the %x2F ("/") character is interpreted as a directory
separator.</t>
            <t>Although seemingly useful for isolating cookies between different paths within
a given host, the Path attribute cannot be relied upon for security (see
<xref target="security-considerations"/>).</t>
          </section>
          <section anchor="attribute-secure">
            <name>The Secure Attribute</name>
            <t>The Secure attribute limits the scope of the cookie to "secure" channels
(where "secure" is defined by the user agent). When a cookie has the Secure
attribute, the user agent will include the cookie in an HTTP request only if
the request is transmitted over a secure channel (typically HTTP over Transport
Layer Security (TLS) <xref target="RFC2818"/>).</t>
          </section>
          <section anchor="attribute-httponly">
            <name>The HttpOnly Attribute</name>
            <t>The HttpOnly attribute limits the scope of the cookie to HTTP requests. In
particular, the attribute instructs the user agent to omit the cookie when
providing access to cookies via non-HTTP APIs.</t>
            <t>Note that the HttpOnly attribute is independent of the Secure attribute: a
cookie can have both the HttpOnly and the Secure attribute.</t>
          </section>
          <section anchor="attribute-samesite">
            <name>The SameSite Attribute</name>
            <t>The "SameSite" attribute limits the scope of the cookie such that it will only
be attached to requests if those requests are same-site, as defined by the
algorithm in <xref target="same-site-requests"/>. For example, requests for
<tt>https://site.example/sekrit-image</tt> will attach same-site cookies if and only if
initiated from a context whose "site for cookies" is an origin with a scheme and
registered domain of "https" and "site.example" respectively.</t>
            <t>If the "SameSite" attribute's value is "Strict", the cookie will only be sent
along with "same-site" requests. If the value is "Lax", the cookie will be sent
with same-site requests, and with "cross-site" top-level navigations, as
described in <xref target="strict-lax"/>. If the value is "None", the cookie will be sent
with same-site and cross-site requests. If the "SameSite" attribute's value is
something other than these three known keywords, the attribute's value will be
subject to a default enforcement mode that is equivalent to "Lax".</t>
            <t>The "SameSite" attribute affects cookie creation as well as delivery. Cookies
which assert "SameSite=Lax" or "SameSite=Strict" cannot be set in responses to
cross-site subresource requests, or cross-site nested navigations. They can be
set along with any top-level navigation, cross-site or otherwise.</t>
          </section>
        </section>
        <section anchor="server-name-prefixes">
          <name>Cookie Name Prefixes</name>
          <t><xref target="weak-confidentiality"/> and <xref target="weak-integrity"/> of this document spell out some of the drawbacks of cookies'
historical implementation. In particular, it is impossible for a server to have
confidence that a given cookie was set with a particular set of attributes. In
order to provide such confidence in a backwards-compatible way, two common sets
of requirements can be inferred from the first few characters of the cookie's
name.</t>
          <t>The user agent requirements for the prefixes described below are detailed in
<xref target="ua-name-prefixes"/>.</t>
          <t>To maximize compatibility with user agents servers SHOULD use prefixes as
described below.</t>
          <section anchor="the-secure-prefix">
            <name>The "__Secure-" Prefix</name>
            <t>If a cookie's name begins with a case-sensitive match for the string
<tt>__Secure-</tt>, then the cookie will have been set with a <tt>Secure</tt> attribute.</t>
            <t>For example, the following <tt>Set-Cookie</tt> header field would be rejected by a conformant
user agent, as it does not have a <tt>Secure</tt> attribute.</t>
            <sourcecode type="example"><![CDATA[
Set-Cookie: __Secure-SID=12345; Domain=site.example
]]></sourcecode>
            <t>Whereas the following <tt>Set-Cookie</tt> header field would be accepted if set from a secure origin
(e.g. "https://site.example/"), and rejected otherwise:</t>
            <sourcecode type="example"><![CDATA[
Set-Cookie: __Secure-SID=12345; Domain=site.example; Secure
]]></sourcecode>
          </section>
          <section anchor="the-host-prefix">
            <name>The "__Host-" Prefix</name>
            <t>If a cookie's name begins with a case-sensitive match for the string
<tt>__Host-</tt>, then the cookie will have been set with a <tt>Secure</tt> attribute, a
<tt>Path</tt> attribute with a value of <tt>/</tt>, and no <tt>Domain</tt> attribute.</t>
            <t>This combination yields a cookie that hews as closely as a cookie can to
treating the origin as a security boundary. The lack of a <tt>Domain</tt> attribute
ensures that the cookie's <tt>host-only-flag</tt> is true, locking the cookie to a
particular host, rather than allowing it to span subdomains. Setting the <tt>Path</tt>
to <tt>/</tt> means that the cookie is effective for the entire host, and won't be
overridden for specific paths. The <tt>Secure</tt> attribute ensures that the cookie
is unaltered by non-secure origins, and won't span protocols.</t>
            <t>Ports are the only piece of the origin model that <tt>__Host-</tt> cookies continue
to ignore.</t>
            <t>For example, the following cookies would always be rejected:</t>
            <sourcecode type="example"><![CDATA[
Set-Cookie: __Host-SID=12345
Set-Cookie: __Host-SID=12345; Secure
Set-Cookie: __Host-SID=12345; Domain=site.example
Set-Cookie: __Host-SID=12345; Domain=site.example; Path=/
Set-Cookie: __Host-SID=12345; Secure; Domain=site.example; Path=/
]]></sourcecode>
            <t>While the following would be accepted if set from a secure origin (e.g.
"https://site.example/"), and rejected otherwise:</t>
            <sourcecode type="example"><![CDATA[
Set-Cookie: __Host-SID=12345; Secure; Path=/
]]></sourcecode>
          </section>
        </section>
      </section>
      <section anchor="sane-cookie">
        <name>Cookie</name>
        <section anchor="syntax">
          <name>Syntax</name>
          <t>The user agent sends stored cookies to the origin server in the Cookie header field.
If the server conforms to the requirements in <xref target="sane-set-cookie"/> (and the user agent
conforms to the requirements in <xref target="ua-requirements"/>), the user agent will send a Cookie
header field that conforms to the following grammar:</t>
          <sourcecode type="abnf"><![CDATA[
cookie        = cookie-string
cookie-string = cookie-pair *( ";" SP cookie-pair )
]]></sourcecode>
        </section>
        <section anchor="semantics">
          <name>Semantics</name>
          <t>Each cookie-pair represents a cookie stored by the user agent. The
cookie-pair contains the cookie-name and cookie-value the user agent
received in the Set-Cookie header field.</t>
          <t>Notice that the cookie attributes are not returned. In particular, the server
cannot determine from the Cookie  field alone when a cookie will expire, for
which hosts the cookie is valid, for which paths the cookie is valid, or
whether the cookie was set with the Secure or HttpOnly attributes.</t>
          <t>The semantics of individual cookies in the Cookie header field are not defined by
this document. Servers are expected to imbue these cookies with
application-specific semantics.</t>
          <t>Although cookies are serialized linearly in the Cookie header field, servers SHOULD
NOT rely upon the serialization order. In particular, if the Cookie header field
contains two cookies with the same name (e.g., that were set with different
Path or Domain attributes), servers SHOULD NOT rely upon the order in which
these cookies appear in the header field.</t>
        </section>
      </section>
    </section>
    <section anchor="ua-requirements">
      <name>User Agent Requirements</name>
      <t>This section specifies the Cookie and Set-Cookie header fields in sufficient
detail that a user agent implementing these requirements precisely can
interoperate with existing servers (even those that do not conform to the
well-behaved profile described in <xref target="sane-profile"/>).</t>
      <t>A user agent could enforce more restrictions than those specified herein (e.g.,
restrictions specified by its cookie policy, described in <xref target="cookie-policy"/>).
However, such additional restrictions may reduce the likelihood that a user
agent will be able to interoperate with existing servers.</t>
      <section anchor="subcomponent-algorithms">
        <name>Subcomponent Algorithms</name>
        <t>This section defines some algorithms used by user agents to process specific
subcomponents of the Cookie and Set-Cookie header fields.</t>
        <section anchor="cookie-date">
          <name>Dates</name>
          <t>The user agent MUST use an algorithm equivalent to the following algorithm to
parse a cookie-date. Note that the various boolean flags defined as a part
of the algorithm (i.e., found-time, found-day-of-month, found-month,
found-year) are initially "not set".</t>
          <ol spacing="normal" type="1"><li>
              <t>Using the grammar below, divide the cookie-date into date-tokens.  </t>
              <sourcecode type="abnf"><![CDATA[
cookie-date     = *delimiter date-token-list *delimiter
date-token-list = date-token *( 1*delimiter date-token )
date-token      = 1*non-delimiter

delimiter       = %x09 / %x20-2F / %x3B-40 / %x5B-60 / %x7B-7E
non-delimiter   = %x00-08 / %x0A-1F / DIGIT / ":" / ALPHA
                  / %x7F-FF
non-digit       = %x00-2F / %x3A-FF

day-of-month    = 1*2DIGIT [ non-digit *OCTET ]
month           = ( "jan" / "feb" / "mar" / "apr" /
                    "may" / "jun" / "jul" / "aug" /
                    "sep" / "oct" / "nov" / "dec" ) *OCTET
year            = 2*4DIGIT [ non-digit *OCTET ]
time            = hms-time [ non-digit *OCTET ]
hms-time        = time-field ":" time-field ":" time-field
time-field      = 1*2DIGIT
]]></sourcecode>
            </li>
            <li>
              <t>Process each date-token sequentially in the order the date-tokens
appear in the cookie-date:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>If the found-time flag is not set and the token matches the
 time production, set the found-time flag and set the hour-value,
 minute-value, and second-value to the numbers denoted by the digits
 in the date-token, respectively. Skip the remaining sub-steps and
 continue to the next date-token.</t>
                </li>
                <li>
                  <t>If the found-day-of-month flag is not set and the date-token matches
 the day-of-month production, set the found-day-of-month flag and set
 the day-of-month-value to the number denoted by the date-token. Skip
 the remaining sub-steps and continue to the next date-token.</t>
                </li>
                <li>
                  <t>If the found-month flag is not set and the date-token matches the
 month production, set the found-month flag and set the month-value
 to the month denoted by the date-token. Skip the remaining sub-steps
 and continue to the next date-token.</t>
                </li>
                <li>
                  <t>If the found-year flag is not set and the date-token matches the
 year production, set the found-year flag and set the year-value to
 the number denoted by the date-token. Skip the remaining sub-steps
 and continue to the next date-token.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>If the year-value is greater than or equal to 70 and less than or equal to
99, increment the year-value by 1900.</t>
            </li>
            <li>
              <t>If the year-value is greater than or equal to 0 and less than or equal to
69, increment the year-value by 2000.  </t>
              <ol spacing="normal" type="1"><li>
                  <t>NOTE: Some existing user agents interpret two-digit years differently.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Abort these steps and fail to parse the cookie-date if:  </t>
              <ul spacing="normal">
                <li>
                  <t>at least one of the found-day-of-month, found-month, found-year, or
found-time flags is not set,</t>
                </li>
                <li>
                  <t>the day-of-month-value is less than 1 or greater than 31,</t>
                </li>
                <li>
                  <t>the year-value is less than 1601,</t>
                </li>
                <li>
                  <t>the hour-value is greater than 23,</t>
                </li>
                <li>
                  <t>the minute-value is greater than 59, or</t>
                </li>
                <li>
                  <t>the second-value is greater than 59.</t>
                </li>
              </ul>
              <t>
(Note that leap seconds cannot be represented in this syntax.)</t>
            </li>
            <li>
              <t>Let the parsed-cookie-date be the date whose day-of-month, month,
year, hour, minute, and second (in UTC) are the
day-of-month-value, the month-value, the year-value, the hour-value,
the minute-value, and the second-value, respectively. If no such date
exists, abort these steps and fail to parse the cookie-date.</t>
            </li>
            <li>
              <t>Return the parsed-cookie-date as the result of this algorithm.</t>
            </li>
          </ol>
        </section>
        <section anchor="canonicalized-host-names">
          <name>Canonicalized Host Names</name>
          <t>A canonicalized host name is the string generated by the following algorithm:</t>
          <ol spacing="normal" type="1"><li>
              <t>Convert the host name to a sequence of individual domain name labels.</t>
            </li>
            <li>
              <t>Convert each label that is not a Non-Reserved LDH (NR-LDH) label, to an
A-label (see Section 2.3.2.1 of <xref target="RFC5890"/> for the former and latter), or
to a "punycode label" (a label resulting from the "ToASCII" conversion in
Section 4 of <xref target="RFC3490"/>), as appropriate (see <xref target="idna-migration"/> of this
specification).</t>
            </li>
            <li>
              <t>Concatenate the resulting labels, separated by a %x2E (".") character.</t>
            </li>
          </ol>
        </section>
        <section anchor="domain-matching">
          <name>Domain Matching</name>
          <t>A string domain-matches a given domain string if at least one of the following
conditions hold:</t>
          <ul spacing="normal">
            <li>
              <t>The domain string and the string are identical. (Note that both the domain
string and the string will have been canonicalized to lower case at this
point.)</t>
            </li>
            <li>
              <t>All of the following conditions hold:  </t>
              <ul spacing="normal">
                <li>
                  <t>The domain string is a suffix of the string.</t>
                </li>
                <li>
                  <t>The last character of the string that is not included in the domain
string is a %x2E (".") character.</t>
                </li>
                <li>
                  <t>The string is a host name (i.e., not an IP address).</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="cookie-path">
          <name>Paths and Path-Match</name>
          <t>The user agent MUST use an algorithm equivalent to the following algorithm to
compute the default-path of a cookie:</t>
          <ol spacing="normal" type="1"><li>
              <t>Let uri-path be the path portion of the request-uri if such a portion
exists (and empty otherwise).</t>
            </li>
            <li>
              <t>If the uri-path is empty or if the first character of the uri-path is
not a %x2F ("/") character, output %x2F ("/") and skip the remaining steps.</t>
            </li>
            <li>
              <t>If the uri-path contains no more than one %x2F ("/") character, output
%x2F ("/") and skip the remaining step.</t>
            </li>
            <li>
              <t>Output the characters of the uri-path from the first character up to, but
not including, the right-most %x2F ("/").</t>
            </li>
          </ol>
          <t>A request-path path-matches a given cookie-path if at least one of the
following conditions holds:</t>
          <ul spacing="normal">
            <li>
              <t>The cookie-path and the request-path are identical.  </t>
              <t>
Note that this differs from the rules in <xref target="RFC3986"/> for equivalence of the
path component, and hence two equivalent paths can have different cookies.</t>
            </li>
            <li>
              <t>The cookie-path is a prefix of the request-path, and the last character
of the cookie-path is %x2F ("/").</t>
            </li>
            <li>
              <t>The cookie-path is a prefix of the request-path, and the first character
of the request-path that is not included in the cookie-path is a %x2F
("/") character.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="same-site-requests">
        <name>"Same-site" and "cross-site" Requests</name>
        <t>Two origins are same-site if they satisfy the "same site" criteria defined in
<xref target="SAMESITE"/>. A request is "same-site" if the following criteria are true:</t>
        <ol spacing="normal" type="1"><li>
            <t>The request is not the result of a cross-site redirect. That is,
the origin of every url in the request's url list is same-site with the
request's current url's origin.</t>
          </li>
          <li>
            <t>The request is not the result of a reload navigation triggered through a
user interface element (as defined by the user agent; e.g., a request
triggered by the user clicking a refresh button on a toolbar).</t>
          </li>
          <li>
            <t>The request's current url's origin is same-site with the request's
client's "site for cookies" (which is an origin), or if the request has no
client or the request's client is null.</t>
          </li>
        </ol>
        <t>Requests which are the result of a reload navigation triggered through a user
interface element are same-site if the reloaded document was originally
navigated to via a same-site request. A request that is not "same-site" is
instead "cross-site".</t>
        <t>The request's client's "site for cookies" is calculated depending upon its
client's type, as described in the following subsections:</t>
        <section anchor="document-requests">
          <name>Document-based requests</name>
          <t>The URI displayed in a user agent's address bar is the only security context
directly exposed to users, and therefore the only signal users can reasonably
rely upon to determine whether or not they trust a particular website. The
origin of that URI represents the context in which a user most likely believes
themselves to be interacting. We'll define this origin, the top-level
traversable's active document's origin, as the "top-level origin".</t>
          <t>For a document displayed in a top-level traversable, we can stop here: the
document's "site for cookies" is the top-level origin.</t>
          <t>For container documents, we need to audit the origins of each of a document's
ancestor navigables' active documents in order to account for the
"multiple-nested scenarios" described in Section 4 of <xref target="RFC7034"/>. A document's
"site for cookies" is the top-level origin if and only if the top-level origin
is same-site with the document's origin, and with each of the document's
ancestor documents' origins. Otherwise its "site for cookies" is an origin set
to an opaque origin.</t>
          <t>Given a Document (<tt>document</tt>), the following algorithm returns its "site for
cookies":</t>
          <ol spacing="normal" type="1"><li>
              <t>Let <tt>top-document</tt> be the active document in <tt>document</tt>'s navigable's
top-level traversable.</t>
            </li>
            <li>
              <t>Let <tt>top-origin</tt> be the origin of <tt>top-document</tt>'s URI if <tt>top-document</tt>'s
sandboxed origin browsing context flag is set, and <tt>top-document</tt>'s origin
otherwise.</t>
            </li>
            <li>
              <t>Let <tt>documents</tt> be a list consisting of the active documents of
<tt>document</tt>'s inclusive ancestor navigables.</t>
            </li>
            <li>
              <t>For each <tt>item</tt> in <tt>documents</tt>:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>Let <tt>origin</tt> be the origin of <tt>item</tt>'s URI if <tt>item</tt>'s sandboxed origin
browsing context flag is set, and <tt>item</tt>'s origin otherwise.</t>
                </li>
                <li>
                  <t>If <tt>origin</tt> is not same-site with <tt>top-origin</tt>, return an origin set to
an opaque origin.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Return <tt>top-origin</tt>.</t>
            </li>
          </ol>
          <t>Note: This algorithm only applies when the entire chain of documents from
<tt>top-document</tt> to <tt>document</tt> are all active.</t>
        </section>
        <section anchor="worker-requests">
          <name>Worker-based requests</name>
          <t>Worker-driven requests aren't as clear-cut as document-driven requests, as
there isn't a clear link between a top-level traversable and a worker.
This is especially true for Service Workers <xref target="SERVICE-WORKERS"/>, which may
execute code in the background, without any document visible at all.</t>
          <t>Note: The descriptions below assume that workers must be same-origin with
the documents that instantiate them. If this invariant changes, we'll need to
take the worker's script's URI into account when determining their status.</t>
          <section anchor="dedicated-and-shared-requests">
            <name>Dedicated and Shared Workers</name>
            <t>Dedicated workers are simple, as each dedicated worker is bound to one and only
one document. Requests generated from a dedicated worker (via <tt>importScripts</tt>,
<tt>XMLHttpRequest</tt>, <tt>fetch()</tt>, etc) define their "site for cookies" as that
document's "site for cookies".</t>
            <t>Shared workers may be bound to multiple documents at once. As it is quite
possible for those documents to have distinct "site for cookies" values, the
worker's "site for cookies" will be an origin set to an opaque origin in cases
where the values are not all same-site with the worker's origin, and the
worker's origin in cases where the values agree.</t>
            <t>Given a WorkerGlobalScope (<tt>worker</tt>), the following algorithm returns its "site
for cookies":</t>
            <ol spacing="normal" type="1"><li>
                <t>Let <tt>site</tt> be <tt>worker</tt>'s origin.</t>
              </li>
              <li>
                <t>For each <tt>document</tt> in <tt>worker</tt>'s Documents:  </t>
                <ol spacing="normal" type="1"><li>
                    <t>Let <tt>document-site</tt> be <tt>document</tt>'s "site for cookies" (as defined
in <xref target="document-requests"/>).</t>
                  </li>
                  <li>
                    <t>If <tt>document-site</tt> is not same-site with <tt>site</tt>, return an origin
set to an opaque origin.</t>
                  </li>
                </ol>
              </li>
              <li>
                <t>Return <tt>site</tt>.</t>
              </li>
            </ol>
          </section>
          <section anchor="service-workers">
            <name>Service Workers</name>
            <t>Service Workers are more complicated, as they act as a completely separate
execution context with only tangential relationship to the Document which
registered them.</t>
            <t>How user agents handle Service Workers may differ, but user agents SHOULD
match the <xref target="SERVICE-WORKERS"/> specification.</t>
          </section>
        </section>
      </section>
      <section anchor="ignoring-cookies">
        <name>Ignoring Set-Cookie Header Fields</name>
        <t>User agents MAY ignore Set-Cookie header fields contained in responses with 100-level
status codes or based on its cookie policy (see <xref target="cookie-policy"/>).</t>
        <t>All other Set-Cookie header fields SHOULD be processed according to <xref target="set-cookie"/>.
That is, Set-Cookie header fields contained in responses with non-100-level status
codes (including those in responses with 400- and 500-level status codes)
SHOULD be processed unless ignored according to the user agent's cookie policy.</t>
      </section>
      <section anchor="ua-name-prefixes">
        <name>Cookie Name Prefixes</name>
        <t>User agents' requirements for cookie name prefixes differ slightly from
servers' (<xref target="server-name-prefixes"/>) in that UAs MUST match the prefix string
case-insensitively.</t>
        <t>The normative requirements for the prefixes are detailed in the storage model
algorithm defined in <xref target="storage-model"/>.</t>
        <t>This is because some servers will process cookie case-insensitively, resulting
in them unintentionally miscapitalizing and accepting miscapitalized prefixes.</t>
        <t>For example, if a server sends the following <tt>Set-Cookie</tt> header field</t>
        <artwork><![CDATA[
Set-Cookie: __SECURE-SID=12345
]]></artwork>
        <t>to a UA which checks prefixes case-sensitively it will accept this cookie and
the server would incorrectly believe the cookie is subject the same guarantees
as one spelled <tt>__Secure-</tt>.</t>
        <t>Additionally the server is vulnerable to an attacker that purposefully
miscapitalizes a cookie in order to impersonate a prefixed cookie. For example,
a site already has a cookie <tt>__Secure-SID=12345</tt> and by some means an attacker
sends the following <tt>Set-Cookie</tt> header field for the site to a UA which checks
prefixes case-sensitively.</t>
        <artwork><![CDATA[
Set-Cookie: __SeCuRe-SID=evil
]]></artwork>
        <t>The next time a user visits the site the UA will send both cookies:</t>
        <artwork><![CDATA[
Cookie: __Secure-SID=12345; __SeCuRe-SID=evil
]]></artwork>
        <t>The server, being case-insensitive, won't be able to tell the difference
between the two cookies allowing the attacker to compromise the site.</t>
        <t>To prevent these issues, UAs MUST match cookie name prefixes case-insensitive.</t>
        <t>Note: Cookies with different names are still considered separate by UAs. So
both <tt>__Secure-foo=bar</tt> and <tt>__secure-foo=baz</tt> can exist as distinct cookies
simultaneously and both would have the requirements of the <tt>__Secure-</tt> prefix
applied.</t>
        <t>The following are examples of <tt>Set-Cookie</tt> header fields that would be rejected
by a conformant user agent.</t>
        <sourcecode type="example"><![CDATA[
Set-Cookie: __Secure-SID=12345; Domain=site.example
Set-Cookie: __secure-SID=12345; Domain=site.example
Set-Cookie: __SECURE-SID=12345; Domain=site.example
Set-Cookie: __Host-SID=12345
Set-Cookie: __host-SID=12345; Secure
Set-Cookie: __host-SID=12345; Domain=site.example
Set-Cookie: __HOST-SID=12345; Domain=site.example; Path=/
Set-Cookie: __Host-SID=12345; Secure; Domain=site.example; Path=/
Set-Cookie: __host-SID=12345; Secure; Domain=site.example; Path=/
Set-Cookie: __HOST-SID=12345; Secure; Domain=site.example; Path=/
]]></sourcecode>
        <t>Whereas the following <tt>Set-Cookie</tt> header fields would be accepted if set from
a secure origin.</t>
        <sourcecode type="example"><![CDATA[
Set-Cookie: __Secure-SID=12345; Domain=site.example; Secure
Set-Cookie: __secure-SID=12345; Domain=site.example; Secure
Set-Cookie: __SECURE-SID=12345; Domain=site.example; Secure
Set-Cookie: __Host-SID=12345; Secure; Path=/
Set-Cookie: __host-SID=12345; Secure; Path=/
Set-Cookie: __HOST-SID=12345; Secure; Path=/
]]></sourcecode>
      </section>
      <section anchor="set-cookie">
        <name>The Set-Cookie Header Field</name>
        <t>When a user agent receives a Set-Cookie header field in an HTTP response, the
user agent MAY ignore the Set-Cookie header field in its entirety
(see <xref target="ignoring-cookies"/>).</t>
        <t>If the user agent does not ignore the Set-Cookie header field in its entirety,
the user agent MUST parse the field-value of the Set-Cookie header field as a
set-cookie-string (defined below).</t>
        <t>NOTE: The algorithm below is more permissive than the grammar in <xref target="sane-set-cookie"/>.
For example, the algorithm strips leading and trailing whitespace from the
cookie name and value (but maintains internal whitespace), whereas the grammar
in <xref target="sane-set-cookie"/> forbids whitespace in these positions. In addition, the
algorithm below accommodates some characters that are not cookie-octets
according to the grammar in <xref target="sane-set-cookie"/>. User agents use this algorithm
so as to interoperate with servers that do not follow the recommendations in
<xref target="sane-profile"/>.</t>
        <t>NOTE: As set-cookie-string may originate from a non-HTTP API, it is not
guaranteed to be free of CTL characters, so this algorithm handles them
explicitly. Horizontal tab (%x09) is excluded from the CTL characters that
lead to set-cookie-string rejection, as it is considered whitespace, which is
handled separately.</t>
        <t>NOTE: The set-cookie-string may contain octet sequences that appear
percent-encoded as per <xref section="2.1" sectionFormat="of" target="RFC3986"/>. However, a user agent
MUST NOT decode these sequences and instead parse the individual octets
as specified in this algorithm.</t>
        <t>A user agent MUST use an algorithm equivalent to the following algorithm to
parse a set-cookie-string:</t>
        <ol spacing="normal" type="1"><li>
            <t>If the set-cookie-string contains a %x00-08 / %x0A-1F / %x7F character
(CTL characters excluding HTAB):
Abort these steps and ignore the set-cookie-string entirely.</t>
          </li>
          <li>
            <t>If the set-cookie-string contains a %x3B (";") character:  </t>
            <ol spacing="normal" type="1"><li>
                <t>The name-value-pair string consists of the characters up to, but not
including, the first %x3B (";"), and the unparsed-attributes consist of
the remainder of the set-cookie-string (including the %x3B (";") in
question).</t>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>The name-value-pair string consists of all the characters contained in
the set-cookie-string, and the unparsed-attributes is the empty
string.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the name-value-pair string lacks a %x3D ("=") character, then the name
string is empty, and the value string is the value of name-value-pair.  </t>
            <t>
Otherwise, the name string consists of the characters up to, but not
including, the first %x3D ("=") character, and the (possibly empty) value
string consists of the characters after the first %x3D ("=") character.</t>
          </li>
          <li>
            <t>Remove any leading or trailing WSP characters from the name string and the
value string.</t>
          </li>
          <li>
            <t>If the sum of the lengths of the name string and the value string is more
than 4096 octets, abort these steps and ignore the set-cookie-string entirely.</t>
          </li>
          <li>
            <t>The cookie-name is the name string, and the cookie-value is the value string.</t>
          </li>
        </ol>
        <t>The user agent MUST use an algorithm equivalent to the following algorithm to
parse the unparsed-attributes:</t>
        <ol spacing="normal" type="1"><li>
            <t>If the unparsed-attributes string is empty, skip the rest of these steps.</t>
          </li>
          <li>
            <t>Discard the first character of the unparsed-attributes (which will be a
%x3B (";") character).</t>
          </li>
          <li>
            <t>If the remaining unparsed-attributes contains a %x3B (";") character:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Consume the characters of the unparsed-attributes up to, but not
including, the first %x3B (";") character.</t>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Consume the remainder of the unparsed-attributes.</t>
              </li>
            </ol>
            <t>
Let the cookie-av string be the characters consumed in this step.</t>
          </li>
          <li>
            <t>If the cookie-av string contains a %x3D ("=") character:  </t>
            <ol spacing="normal" type="1"><li>
                <t>The (possibly empty) attribute-name string consists of the characters
up to, but not including, the first %x3D ("=") character, and the
(possibly empty) attribute-value string consists of the characters
after the first %x3D ("=") character.</t>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>The attribute-name string consists of the entire cookie-av string,
and the attribute-value string is empty.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>Remove any leading or trailing WSP characters from the attribute-name
string and the attribute-value string.</t>
          </li>
          <li>
            <t>If the attribute-value is longer than 1024 octets, ignore the cookie-av
string and return to Step 1 of this algorithm.</t>
          </li>
          <li>
            <t>Process the attribute-name and attribute-value according to the
requirements in the following subsections. (Notice that attributes with
unrecognized attribute-names are ignored.)</t>
          </li>
          <li>
            <t>Return to Step 1 of this algorithm.</t>
          </li>
        </ol>
        <t>When the user agent finishes parsing the set-cookie-string, the user agent is
said to "receive a cookie" from the request-uri with name cookie-name,
value cookie-value, and attributes cookie-attribute-list. (See <xref target="storage-model"/>
for additional requirements triggered by receiving a cookie.)</t>
        <section anchor="the-expires-attribute">
          <name>The Expires Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "Expires", the
user agent MUST process the cookie-av as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>Let the expiry-time be the result of parsing the attribute-value as
cookie-date (see <xref target="cookie-date"/>).</t>
            </li>
            <li>
              <t>If the attribute-value failed to parse as a cookie date, ignore the
cookie-av.</t>
            </li>
            <li>
              <t>Let cookie-age-limit be the maximum age of the cookie (which SHOULD be 400 days
in the future or sooner, see <xref target="attribute-expires"/>).</t>
            </li>
            <li>
              <t>If the expiry-time is more than cookie-age-limit, the user agent MUST set the
expiry time to cookie-age-limit in seconds.</t>
            </li>
            <li>
              <t>If the expiry-time is earlier than the earliest date the user agent can
represent, the user agent MAY replace the expiry-time with the earliest
representable date.</t>
            </li>
            <li>
              <t>Append an attribute to the cookie-attribute-list with an attribute-name
of Expires and an attribute-value of expiry-time.</t>
            </li>
          </ol>
        </section>
        <section anchor="the-max-age-attribute">
          <name>The Max-Age Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "Max-Age", the
user agent MUST process the cookie-av as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>If the attribute-value is empty, ignore the cookie-av.</t>
            </li>
            <li>
              <t>If the first character of the attribute-value is neither a DIGIT, nor a "-"
character followed by a DIGIT, ignore the cookie-av.</t>
            </li>
            <li>
              <t>If the remainder of attribute-value contains a non-DIGIT character, ignore
the cookie-av.</t>
            </li>
            <li>
              <t>Let delta-seconds be the attribute-value converted to a base 10 integer.</t>
            </li>
            <li>
              <t>Let cookie-age-limit be the maximum age of the cookie (which SHOULD be 400 days
or less, see <xref target="attribute-max-age"/>).</t>
            </li>
            <li>
              <t>Set delta-seconds to the smaller of its present value and cookie-age-limit.</t>
            </li>
            <li>
              <t>If delta-seconds is less than or equal to zero (0), let expiry-time be
the earliest representable date and time. Otherwise, let the expiry-time
be the current date and time plus delta-seconds seconds.</t>
            </li>
            <li>
              <t>Append an attribute to the cookie-attribute-list with an attribute-name
of Max-Age and an attribute-value of expiry-time.</t>
            </li>
          </ol>
        </section>
        <section anchor="the-domain-attribute">
          <name>The Domain Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "Domain", the user
agent MUST process the cookie-av as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>Let cookie-domain be the attribute-value.</t>
            </li>
            <li>
              <t>If cookie-domain starts with %x2E ("."), let cookie-domain be cookie-domain
without its leading %x2E (".").</t>
            </li>
            <li>
              <t>Convert the cookie-domain to lower case.</t>
            </li>
            <li>
              <t>Append an attribute to the cookie-attribute-list with an attribute-name
of Domain and an attribute-value of cookie-domain.</t>
            </li>
          </ol>
        </section>
        <section anchor="the-path-attribute">
          <name>The Path Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "Path", the user
agent MUST process the cookie-av as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>If the attribute-value is empty or if the first character of the
attribute-value is not %x2F ("/"):  </t>
              <ol spacing="normal" type="1"><li>
                  <t>Let cookie-path be the default-path.</t>
                </li>
              </ol>
              <t>
Otherwise:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>Let cookie-path be the attribute-value.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>Append an attribute to the cookie-attribute-list with an attribute-name
of Path and an attribute-value of cookie-path.</t>
            </li>
          </ol>
        </section>
        <section anchor="the-secure-attribute">
          <name>The Secure Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "Secure", the
user agent MUST append an attribute to the cookie-attribute-list with an
attribute-name of Secure and an empty attribute-value.</t>
        </section>
        <section anchor="the-httponly-attribute">
          <name>The HttpOnly Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "HttpOnly", the
user agent MUST append an attribute to the cookie-attribute-list with an
attribute-name of HttpOnly and an empty attribute-value.</t>
        </section>
        <section anchor="the-samesite-attribute">
          <name>The SameSite Attribute</name>
          <t>If the attribute-name case-insensitively matches the string "SameSite", the
user agent MUST process the cookie-av as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>Let <tt>enforcement</tt> be "Default".</t>
            </li>
            <li>
              <t>If cookie-av's attribute-value is a case-insensitive match for "None",
set <tt>enforcement</tt> to "None".</t>
            </li>
            <li>
              <t>If cookie-av's attribute-value is a case-insensitive match for "Strict",
set <tt>enforcement</tt> to "Strict".</t>
            </li>
            <li>
              <t>If cookie-av's attribute-value is a case-insensitive match for "Lax", set
<tt>enforcement</tt> to "Lax".</t>
            </li>
            <li>
              <t>Append an attribute to the cookie-attribute-list with an attribute-name
of "SameSite" and an attribute-value of <tt>enforcement</tt>.</t>
            </li>
          </ol>
          <section anchor="strict-lax">
            <name>"Strict" and "Lax" enforcement</name>
            <t>Same-site cookies in "Strict" enforcement mode will not be sent along with
top-level navigations which are triggered from a cross-site document context.
As discussed in <xref target="top-level-navigations"/>, this might or might not be compatible
with existing session management systems. In the interests of providing a
drop-in mechanism that mitigates the risk of CSRF attacks, developers may set
the <tt>SameSite</tt> attribute in a "Lax" enforcement mode that carves out an
exception which sends same-site cookies along with cross-site requests if and
only if they are top-level navigations which use a "safe" (in the <xref target="HTTPSEM"/>
sense) HTTP method. (Note that a request's method may be changed from POST
to GET for some redirects (see Sections 15.4.2 and 15.4.3 of <xref target="HTTPSEM"/>); in
these cases, a request's "safe"ness is determined based on the method of the
current redirect hop.)</t>
            <t>Lax enforcement provides reasonable defense in depth against CSRF attacks that
rely on unsafe HTTP methods (like <tt>POST</tt>), but does not offer a robust defense
against CSRF as a general category of attack:</t>
            <ol spacing="normal" type="1"><li>
                <t>Attackers can still pop up new windows or trigger top-level navigations in
order to create a "same-site" request (as described in <xref target="document-requests"/>), which
is only a speedbump along the road to exploitation.</t>
              </li>
              <li>
                <t>Features like <tt>&lt;link rel='prerender'&gt;</tt> <xref target="prerendering"/> can be exploited
to create "same-site" requests without the risk of user detection.</t>
              </li>
            </ol>
            <t>When possible, developers should use a session management mechanism such as
that described in <xref target="top-level-navigations"/> to mitigate the risk of CSRF more
completely.</t>
          </section>
          <section anchor="lax-allowing-unsafe">
            <name>"Lax-Allowing-Unsafe" enforcement</name>
            <t>As discussed in <xref target="unsafe-top-level-requests"/>, compatibility concerns may
necessitate the use of a "Lax-allowing-unsafe" enforcement mode that allows
cookies to be sent with a cross-site HTTP request if and only if it is a
top-level request, regardless of request method. That is, the
"Lax-allowing-unsafe" enforcement mode waives the requirement for the HTTP
request's method to be "safe" in the <tt>SameSite</tt> enforcement step of the
retrieval algorithm in <xref target="retrieval-algorithm"/>. (All cookies, regardless of
<tt>SameSite</tt> enforcement mode, may be set for top-level navigations, regardless of
HTTP request method, as specified in <xref target="storage-model"/>.)</t>
            <t>"Lax-allowing-unsafe" is not a distinct value of the <tt>SameSite</tt> attribute.
Rather, user agents MAY apply "Lax-allowing-unsafe" enforcement only to cookies
that did not explicitly specify a <tt>SameSite</tt> attribute (i.e., those whose
same-site-flag was set to "Default" by default). To limit the scope of this
compatibility mode, user agents which apply "Lax-allowing-unsafe" enforcement
SHOULD restrict the enforcement to cookies which were created recently.
Deployment experience has shown a cookie age of 2 minutes or less to be a
reasonable limit.</t>
            <t>If the user agent uses "Lax-allowing-unsafe" enforcement, it MUST apply the
following modification to the retrieval algorithm defined in
<xref target="retrieval-algorithm"/>:</t>
            <t>Replace the condition in the penultimate bullet point of step 1 of the retrieval
algorithm reading</t>
            <artwork><![CDATA[
 * The HTTP request associated with the retrieval uses a "safe"
   method.
]]></artwork>
            <t>with</t>
            <artwork><![CDATA[
 * At least one of the following is true:

   1.  The HTTP request associated with the retrieval uses a "safe"
       method.

   2.  The cookie's same-site-flag is "Default" and the amount of
       time elapsed since the cookie's creation-time is at most a
       duration of the user agent's choosing.
]]></artwork>
          </section>
        </section>
      </section>
      <section anchor="storage-model">
        <name>Storage Model</name>
        <t>The user agent stores the following fields about each cookie: name, value,
expiry-time, domain, path, creation-time, last-access-time,
persistent-flag, host-only-flag, secure-only-flag, http-only-flag,
and same-site-flag.</t>
        <t>When the user agent "receives a cookie" from a request-uri with name
cookie-name, value cookie-value, and attributes cookie-attribute-list, the
user agent MUST process the cookie as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>A user agent MAY ignore a received cookie in its entirety. See
<xref target="ignoring-cookies"/>.</t>
          </li>
          <li>
            <t>If cookie-name is empty and cookie-value is empty, abort these steps and
ignore the cookie entirely.</t>
          </li>
          <li>
            <t>If the cookie-name or the cookie-value contains a
%x00-08 / %x0A-1F / %x7F character (CTL characters excluding HTAB),
abort these steps and ignore the cookie entirely.</t>
          </li>
          <li>
            <t>If the sum of the lengths of cookie-name and cookie-value is more than
4096 octets, abort these steps and ignore the cookie entirely.</t>
          </li>
          <li>
            <t>Create a new cookie with name cookie-name, value cookie-value. Set the
creation-time and the last-access-time to the current date and time.</t>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an attribute-name
of "Max-Age":  </t>
            <ol spacing="normal" type="1"><li>
                <t>Set the cookie's persistent-flag to true.</t>
              </li>
              <li>
                <t>Set the cookie's expiry-time to attribute-value of the last
attribute in the cookie-attribute-list with an attribute-name of
"Max-Age".</t>
              </li>
            </ol>
            <t>
Otherwise, if the cookie-attribute-list contains an attribute with an
attribute-name of "Expires" (and does not contain an attribute with an
attribute-name of "Max-Age"):  </t>
            <ol spacing="normal" type="1"><li>
                <t>Set the cookie's persistent-flag to true.</t>
              </li>
              <li>
                <t>Set the cookie's expiry-time to attribute-value of the last
attribute in the cookie-attribute-list with an attribute-name of
"Expires".</t>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Set the cookie's persistent-flag to false.</t>
              </li>
              <li>
                <t>Set the cookie's expiry-time to the latest representable date.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an
attribute-name of "Domain":  </t>
            <ol spacing="normal" type="1"><li>
                <t>Let the domain-attribute be the attribute-value of the last
attribute in the cookie-attribute-list with both an
attribute-name of "Domain" and an attribute-value whose
length is no more than 1024 octets. (Note that a leading %x2E
("."), if present, is ignored even though that character is not
permitted.)</t>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Let the domain-attribute be the empty string.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the domain-attribute contains a character that is not in the range of <xref target="USASCII"/>
characters, abort these steps and ignore the cookie entirely.</t>
          </li>
          <li>
            <t>If the user agent is configured to reject "public suffixes" and the
domain-attribute is a public suffix:  </t>
            <ol spacing="normal" type="1"><li>
                <t>If the domain-attribute is identical to the canonicalized
request-host:      </t>
                <ol spacing="normal" type="1"><li>
                    <t>Let the domain-attribute be the empty string.</t>
                  </li>
                </ol>
                <t>
Otherwise:      </t>
                <ol spacing="normal" type="1"><li>
                    <t>Abort these steps and ignore the cookie entirely.</t>
                  </li>
                </ol>
              </li>
            </ol>
            <t>
NOTE: This step prevents <tt>attacker.example</tt> from disrupting the integrity of
<tt>site.example</tt> by setting a cookie with a Domain attribute of "example".</t>
          </li>
          <li>
            <t>If the domain-attribute is non-empty:  </t>
            <ol spacing="normal" type="1"><li>
                <t>If the canonicalized request-host does not domain-match the
domain-attribute:      </t>
                <ol spacing="normal" type="1"><li>
                    <t>Abort these steps and ignore the cookie entirely.</t>
                  </li>
                </ol>
                <t>
Otherwise:      </t>
                <ol spacing="normal" type="1"><li>
                    <t>Set the cookie's host-only-flag to false.</t>
                  </li>
                  <li>
                    <t>Set the cookie's domain to the domain-attribute.</t>
                  </li>
                </ol>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Set the cookie's host-only-flag to true.</t>
              </li>
              <li>
                <t>Set the cookie's domain to the canonicalized request-host.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an
attribute-name of "Path", set the cookie's path to attribute-value of
the last attribute in the cookie-attribute-list with both an
attribute-name of "Path" and an attribute-value whose length is no
more than 1024 octets. Otherwise, set the cookie's path to the
default-path of the request-uri.</t>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an
attribute-name of "Secure", set the cookie's secure-only-flag to true.
Otherwise, set the cookie's secure-only-flag to false.</t>
          </li>
          <li>
            <t>If the scheme component of the request-uri does not denote a "secure"
    protocol (as defined by the user agent), and the cookie's secure-only-flag
    is true, then abort these steps and ignore the cookie entirely.</t>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an
attribute-name of "HttpOnly", set the cookie's http-only-flag to true.
Otherwise, set the cookie's http-only-flag to false.</t>
          </li>
          <li>
            <t>If the cookie was received from a "non-HTTP" API and the cookie's
http-only-flag is true, abort these steps and ignore the cookie entirely.</t>
          </li>
          <li>
            <t>If the cookie's secure-only-flag is false, and the scheme component of
request-uri does not denote a "secure" protocol, then abort these steps and
ignore the cookie entirely if the cookie store contains one or more cookies
that meet all of the following criteria:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Their name matches the name of the newly-created cookie.</t>
              </li>
              <li>
                <t>Their secure-only-flag is true.</t>
              </li>
              <li>
                <t>Their domain domain-matches the domain of the newly-created cookie, or
vice-versa.</t>
              </li>
              <li>
                <t>The path of the newly-created cookie path-matches the path of the
existing cookie.</t>
              </li>
            </ol>
            <t>
Note: The path comparison is not symmetric, ensuring only that a
newly-created, non-secure cookie does not overlay an existing secure
cookie, providing some mitigation against cookie-fixing attacks. That is,
given an existing secure cookie named 'a' with a path of '/login', a
non-secure cookie named 'a' could be set for a path of '/' or '/foo', but
not for a path of '/login' or '/login/en'.</t>
          </li>
          <li>
            <t>If the cookie-attribute-list contains an attribute with an
attribute-name of "SameSite", and an attribute-value of "Strict", "Lax", or
"None", set the cookie's same-site-flag to the attribute-value of the last
attribute in the cookie-attribute-list with an attribute-name of "SameSite".
Otherwise, set the cookie's same-site-flag to "Default".</t>
          </li>
          <li>
            <t>If the cookie's <tt>same-site-flag</tt> is not "None":  </t>
            <ol spacing="normal" type="1"><li>
                <t>If the cookie was received from a "non-HTTP" API, and the API was called
from a navigable's active document whose "site for cookies" is
not same-site with the top-level origin, then abort these steps and
ignore the newly created cookie entirely.</t>
              </li>
              <li>
                <t>If the cookie was received from a "same-site" request (as defined in
<xref target="same-site-requests"/>), skip the remaining substeps and continue
processing the cookie.</t>
              </li>
              <li>
                <t>If the cookie was received from a request which is navigating a
top-level traversable <xref target="HTML"/> (e.g. if the request's "reserved
client" is either <tt>null</tt> or an environment whose "target browsing
context"'s navigable is a top-level traversable), skip the remaining
substeps and continue processing the cookie.      </t>
                <t>
Note: Top-level navigations can create a cookie with any <tt>SameSite</tt>
value, even if the new cookie wouldn't have been sent along with
the request had it already existed prior to the navigation.</t>
              </li>
              <li>
                <t>Abort these steps and ignore the newly created cookie entirely.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the cookie's "same-site-flag" is "None", abort these steps and ignore the
cookie entirely unless the cookie's secure-only-flag is true.</t>
          </li>
          <li>
            <t>If the cookie-name begins with a case-insensitive match for the string
"__Secure-", abort these steps and ignore the cookie entirely unless the
cookie's secure-only-flag is true.</t>
          </li>
          <li>
            <t>If the cookie-name begins with a case-insensitive match for the string
"__Host-", abort these steps and ignore the cookie entirely unless the
cookie meets all the following criteria:  </t>
            <ol spacing="normal" type="1"><li>
                <t>The cookie's secure-only-flag is true.</t>
              </li>
              <li>
                <t>The cookie's host-only-flag is true.</t>
              </li>
              <li>
                <t>The cookie-attribute-list contains an attribute with an attribute-name
of "Path", and the cookie's path is <tt>/</tt>.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>If the cookie-name is empty and either of the following conditions are
true, abort these steps and ignore the cookie:  </t>
            <ul spacing="normal">
              <li>
                <t>the cookie-value begins with a case-insensitive match for the string
"__Secure-"</t>
              </li>
              <li>
                <t>the cookie-value begins with a case-insensitive match for the string
"__Host-"</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If the cookie store contains a cookie with the same name, domain,
host-only-flag, and path as the newly-created cookie:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Let old-cookie be the existing cookie with the same name, domain,
host-only-flag, and path as the newly-created cookie. (Notice that this
algorithm maintains the invariant that there is at most one such
cookie.)</t>
              </li>
              <li>
                <t>If the newly-created cookie was received from a "non-HTTP" API and the
old-cookie's http-only-flag is true, abort these steps and ignore the
newly created cookie entirely.</t>
              </li>
              <li>
                <t>Update the creation-time of the newly-created cookie to match the
creation-time of the old-cookie.</t>
              </li>
              <li>
                <t>Remove the old-cookie from the cookie store.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>Insert the newly-created cookie into the cookie store.</t>
          </li>
        </ol>
        <t>A cookie is "expired" if the cookie has an expiry date in the past.</t>
        <t>The user agent MUST evict all expired cookies from the cookie store if, at any
time, an expired cookie exists in the cookie store.</t>
        <t>At any time, the user agent MAY "remove excess cookies" from the cookie store
if the number of cookies sharing a domain field exceeds some
implementation-defined upper bound (such as 50 cookies).</t>
        <t>At any time, the user agent MAY "remove excess cookies" from the cookie store
if the cookie store exceeds some predetermined upper bound (such as 3000
cookies).</t>
        <t>When the user agent removes excess cookies from the cookie store, the user
agent MUST evict cookies in the following priority order:</t>
        <ol spacing="normal" type="1"><li>
            <t>Expired cookies.</t>
          </li>
          <li>
            <t>Cookies whose secure-only-flag is false, and which share a domain field
with more than a predetermined number of other cookies.</t>
          </li>
          <li>
            <t>Cookies that share a domain field with more than a predetermined number of
other cookies.</t>
          </li>
          <li>
            <t>All cookies.</t>
          </li>
        </ol>
        <t>If two cookies have the same removal priority, the user agent MUST evict the
cookie with the earliest last-access-time first.</t>
        <t>When "the current session is over" (as defined by the user agent), the user
agent MUST remove from the cookie store all cookies with the persistent-flag
set to false.</t>
      </section>
      <section anchor="retrieval-model">
        <name>Retrieval Model</name>
        <t>This section defines how cookies are retrieved from a cookie store in the form
of a cookie-string. A "retrieval" is any event which requires generating a
cookie-string. For example, a retrieval may occur in order to build a Cookie
header field for an HTTP request, or may be required in order to return a
cookie-string from a call to a "non-HTTP" API that provides access to cookies. A
retrieval has an associated URI, same-site status, and type, which
are defined below depending on the type of retrieval.</t>
        <section anchor="cookie">
          <name>The Cookie Header Field</name>
          <t>The user agent includes stored cookies in the Cookie HTTP request header field.</t>
          <t>When the user agent generates an HTTP request, the user agent MUST NOT attach
more than one Cookie header field.</t>
          <t>A user agent MAY omit the Cookie header field in its entirety.  For example, the
user agent might wish to block sending cookies during "third-party" requests
from setting cookies (see <xref target="third-party-cookies"/>).</t>
          <t>If the user agent does attach a Cookie header field to an HTTP request, the
user agent MUST compute the cookie-string following the algorithm defined in
<xref target="retrieval-algorithm"/>, where the retrieval's URI is the request-uri, the
retrieval's same-site status is computed for the HTTP request as defined in
<xref target="same-site-requests"/>, and the retrieval's type is "HTTP".</t>
        </section>
        <section anchor="non-http">
          <name>Non-HTTP APIs</name>
          <t>The user agent MAY implement "non-HTTP" APIs that can be used to access
stored cookies.</t>
          <t>A user agent MAY return an empty cookie-string in certain contexts, such as
when a retrieval occurs within a third-party context (see
<xref target="third-party-cookies"/>).</t>
          <t>If a user agent does return cookies for a given call to a "non-HTTP" API with
an associated Document, then the user agent MUST compute the cookie-string
following the algorithm defined in <xref target="retrieval-algorithm"/>, where the
retrieval's URI is defined by the caller (see <xref target="DOM-DOCUMENT-COOKIE"/>), the
retrieval's same-site status is "same-site" if the Document's "site for
cookies" is same-site with the top-level origin as defined in
<xref target="document-requests"/> (otherwise it is "cross-site"), and the retrieval's type
is "non-HTTP".</t>
        </section>
        <section anchor="retrieval-algorithm">
          <name>Retrieval Algorithm</name>
          <t>Given a cookie store and a retrieval, the following algorithm returns a
cookie-string from a given cookie store.</t>
          <ol spacing="normal" type="1"><li>
              <t>Let cookie-list be the set of cookies from the cookie store that meets all
of the following requirements:  </t>
              <ul spacing="normal">
                <li>
                  <t>Either:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>The cookie's host-only-flag is true and the canonicalized
host of the retrieval's URI is identical to the cookie's domain.</t>
                    </li>
                  </ul>
                  <t>
Or:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>The cookie's host-only-flag is false and the canonicalized
host of the retrieval's URI domain-matches the cookie's domain.</t>
                    </li>
                  </ul>
                  <t>
NOTE: (For user agents configured to reject "public suffixes") It's
possible that the public suffix list was changed since a cookie was
created. If this change results in a cookie's domain becoming a public
suffix then that cookie is considered invalid as it would have been
rejected during creation (See <xref target="storage-model"/> step 9). User agents
should be careful to avoid retrieving these invalid cookies even if they
domain-match the host of the retrieval's URI.</t>
                </li>
                <li>
                  <t>The retrieval's URI's path path-matches the cookie's path.</t>
                </li>
                <li>
                  <t>If the cookie's secure-only-flag is true, then the retrieval's URI's
scheme must denote a "secure" protocol (as defined by the user agent).      </t>
                  <t>
NOTE: The notion of a "secure" protocol is not defined by this document.
Typically, user agents consider a protocol secure if the protocol makes
use of transport-layer security, such as SSL or TLS. For example, most
user agents consider "https" to be a scheme that denotes a secure
protocol.</t>
                </li>
                <li>
                  <t>If the cookie's http-only-flag is true, then exclude the cookie if the
retrieval's type is "non-HTTP".</t>
                </li>
                <li>
                  <t>If the cookie's same-site-flag is not "None" and the retrieval's same-site
status is "cross-site", then exclude the cookie unless all of the
following conditions are met:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>The retrieval's type is "HTTP".</t>
                    </li>
                    <li>
                      <t>The same-site-flag is "Lax" or "Default".</t>
                    </li>
                    <li>
                      <t>The HTTP request associated with the retrieval uses a "safe" method.</t>
                    </li>
                    <li>
                      <t>The target browsing context of the HTTP request associated with the
retrieval is the active browsing context or a top-level traversable.</t>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
            <li>
              <t>The user agent SHOULD sort the cookie-list in the following order:  </t>
              <ul spacing="normal">
                <li>
                  <t>Cookies with longer paths are listed before cookies with shorter
paths.</t>
                </li>
                <li>
                  <t>Among cookies that have equal-length path fields, cookies with earlier
creation-times are listed before cookies with later creation-times.</t>
                </li>
              </ul>
              <t>
NOTE: Not all user agents sort the cookie-list in this order, but this order
reflects common practice when this document was written, and, historically,
there have been servers that (erroneously) depended on this order.</t>
            </li>
            <li>
              <t>Update the last-access-time of each cookie in the cookie-list to the
current date and time.</t>
            </li>
            <li>
              <t>Serialize the cookie-list into a cookie-string by processing each cookie
in the cookie-list in order:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>If the cookies' name is not empty, output the cookie's name followed by
the %x3D ("=") character.</t>
                </li>
                <li>
                  <t>If the cookies' value is not empty, output the cookie's value.</t>
                </li>
                <li>
                  <t>If there is an unprocessed cookie in the cookie-list, output the
characters %x3B and %x20 ("; ").</t>
                </li>
              </ol>
            </li>
          </ol>
        </section>
      </section>
    </section>
    <section anchor="implementation-considerations">
      <name>Implementation Considerations</name>
      <section anchor="limits">
        <name>Limits</name>
        <t>Practical user agent implementations have limits on the number and size of
cookies that they can store. General-use user agents SHOULD provide each of the
following minimum capabilities:</t>
        <ul spacing="normal">
          <li>
            <t>At least 50 cookies per domain.</t>
          </li>
          <li>
            <t>At least 3000 cookies total.</t>
          </li>
        </ul>
        <t>User agents MAY limit the maximum number of cookies they store, and may evict
any cookie at any time (whether at the request of the user or due to
implementation limitations).</t>
        <t>Note that a limit on the maximum number of cookies also limits the total size of
the stored cookies, due to the length limits which MUST be enforced in
<xref target="set-cookie"/>.</t>
        <t>Servers SHOULD use as few and as small cookies as possible to avoid reaching
these implementation limits and to minimize network bandwidth due to the
Cookie header field being included in every request.</t>
        <t>Servers SHOULD gracefully degrade if the user agent fails to return one or more
cookies in the Cookie header field because the user agent might evict any cookie
at any time.</t>
      </section>
      <section anchor="application-programming-interfaces">
        <name>Application Programming Interfaces</name>
        <t>One reason the Cookie and Set-Cookie header fields use such esoteric syntax is
that many platforms (both in servers and user agents) provide a string-based
application programming interface (API) to cookies, requiring
application-layer programmers to generate and parse the syntax used by the
Cookie and Set-Cookie header fields, which many programmers have done incorrectly,
resulting in interoperability problems.</t>
        <t>Instead of providing string-based APIs to cookies, platforms would be
well-served by providing more semantic APIs. It is beyond the scope of this
document to recommend specific API designs, but there are clear benefits to
accepting an abstract "Date" object instead of a serialized date string.</t>
      </section>
      <section anchor="idna-migration">
        <name>IDNA Dependency and Migration</name>
        <t>IDNA2008 <xref target="RFC5890"/> supersedes IDNA2003 <xref target="RFC3490"/>. However, there are
differences between the two specifications, and thus there can be differences
in processing (e.g., converting) domain name labels that have been registered
under one from those registered under the other. There will be a transition
period of some time during which IDNA2003-based domain name labels will exist
in the wild. User agents SHOULD implement IDNA2008 <xref target="RFC5890"/> and MAY
implement <xref target="UTS46"/> or <xref target="RFC5895"/> in order to facilitate their IDNA transition.
If a user agent does not implement IDNA2008, the user agent MUST implement
IDNA2003 <xref target="RFC3490"/>.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Cookies' primary privacy risk is their ability to correlate user activity. This
can happen on a single site, but is most problematic when activity is tracked across different,
seemingly unconnected Web sites to build a user profile.</t>
      <t>Over time, this capability (warned against explicitly in <xref target="RFC2109"/> and all of its successors)
has become widely used for varied reasons including:</t>
      <ul spacing="normal">
        <li>
          <t>authenticating users across sites,</t>
        </li>
        <li>
          <t>assembling information on users,</t>
        </li>
        <li>
          <t>protecting against fraud and other forms of undesirable traffic,</t>
        </li>
        <li>
          <t>targeting advertisements at specific users or at users with specified attributes,</t>
        </li>
        <li>
          <t>measuring how often ads are shown to users, and</t>
        </li>
        <li>
          <t>recognizing when an ad resulted in a change in user behavior.</t>
        </li>
      </ul>
      <t>While not every use of cookies is necessarily problematic for privacy, their potential for abuse
has become a widespread concern in the Internet community and broader society. In response to these concerns, user agents
have actively constrained cookie functionality in various ways (as allowed and encouraged by
previous specifications), while avoiding disruption to features they judge desirable for the health
of the Web.</t>
      <t>It is too early to declare consensus on which specific mechanism(s) should be used to mitigate cookies' privacy impact; user agents' ongoing changes to how they are handled are best characterised as experiments that
can provide input into that eventual consensus.</t>
      <t>Instead, this document describes limited, general mitigations against the privacy risks associated
with cookies that enjoy wide deployment at the time of writing. It is expected that implementations
will continue to experiment and impose stricter, more well-defined limitations on cookies over
time. Future versions of this document might codify those mechanisms based upon deployment
experience. If functions that currently rely on cookies can be supported by separate, targeted
mechanisms, they might be documented in separate specifications and stricter limitations on cookies
might become feasible.</t>
      <t>Note that cookies are not the only mechanism that can be used to track users across sites, so while
these mitigations are necessary to improve Web privacy, they are not sufficient on their own.</t>
      <section anchor="third-party-cookies">
        <name>Third-Party Cookies</name>
        <t>A "third-party" or cross-site cookie is one that is associated with embedded content (such as
scripts, images, stylesheets, frames) that is obtained from a different server than the one that
hosts the primary resource (usually, the Web page that the user is viewing). Third-party cookies
are often used to correlate users' activity on different sites.</t>
        <t>Because of their inherent privacy issues, most user agents now limit third-party cookies in a
variety of ways. Some completely block third-party cookies by refusing to process third-party
Set-Cookie header fields and refusing to send third-party Cookie header fields. Some partition
cookies based upon the first-party context, so that different cookies are sent depending on the
site being browsed. Some block cookies based upon user agent cookie policy and/or user controls.</t>
        <t>While this document does not endorse or require a specific approach, it is RECOMMENDED that user
agents adopt a policy for third-party cookies that is as restrictive as compatibility constraints
permit. Consequently, resources cannot rely upon third-party cookies being treated consistently by
user agents for the foreseeable future.</t>
      </section>
      <section anchor="cookie-policy">
        <name>Cookie Policy</name>
        <t>User agents MAY enforce a cookie policy consisting of restrictions on how
cookies may be used or ignored (see <xref target="ignoring-cookies"/>).</t>
        <t>A cookie policy may govern which domains or parties, as in first and third parties
(see <xref target="third-party-cookies"/>), for which the user agent will allow cookie access.
The policy can also define limits on cookie size, cookie expiry (see
<xref target="attribute-expires"/> and <xref target="attribute-max-age"/>), and the number of cookies per
domain or in total.</t>
        <t>The recomended cookie expiry upper limit is 400 days. User agents may set
a lower limit to enforce shorter data retention timelines, or set the limit higher
to support longer retention when appropriate (e.g., server-to-server
communication over HTTPS).</t>
        <t>The goal of a restrictive cookie policy is often to improve security or privacy.
User agents often allow users to change the cookie policy (see <xref target="user-controls"/>).</t>
      </section>
      <section anchor="user-controls">
        <name>User Controls</name>
        <t>User agents SHOULD provide users with a mechanism for managing the cookies
stored in the cookie store. For example, a user agent might let users delete
all cookies received during a specified time period or all the cookies related
to a particular domain. In addition, many user agents include a user interface
element that lets users examine the cookies stored in their cookie store.</t>
        <t>User agents SHOULD provide users with a mechanism for disabling cookies. When
cookies are disabled, the user agent MUST NOT include a Cookie header field in
outbound HTTP requests and the user agent MUST NOT process Set-Cookie header fields
in inbound HTTP responses.</t>
        <t>User agents MAY offer a way to change the cookie policy (see
<xref target="cookie-policy"/>).</t>
        <t>User agents MAY provide users the option of preventing persistent storage of
cookies across sessions. When configured thusly, user agents MUST treat all
received cookies as if the persistent-flag were set to false. Some popular
user agents expose this functionality via "private browsing" mode
<xref target="Aggarwal2010"/>.</t>
      </section>
      <section anchor="expiration-dates">
        <name>Expiration Dates</name>
        <t>Although servers can set the expiration date for cookies to the distant future,
most user agents do not actually retain cookies for multiple decades. Rather
than choosing gratuitously long expiration periods, servers SHOULD promote user
privacy by selecting reasonable cookie expiration periods based on the purpose
of the cookie. For example, a typical session identifier might reasonably be
set to expire in two weeks.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="overview-1">
        <name>Overview</name>
        <t>Cookies have a number of security pitfalls. This section overviews a few of the
more salient issues.</t>
        <t>In particular, cookies encourage developers to rely on ambient authority for
authentication, often becoming vulnerable to attacks such as cross-site request
forgery <xref target="CSRF"/>. Also, when storing session identifiers in cookies, developers
often create session fixation vulnerabilities.</t>
        <t>Transport-layer encryption, such as that employed in HTTPS, is insufficient to
prevent a network attacker from obtaining or altering a victim's cookies because
the cookie protocol itself has various vulnerabilities (see "Weak Confidentiality"
and "Weak Integrity", below). In addition, by default, cookies do not provide
confidentiality or integrity from network attackers, even when used in conjunction
with HTTPS.</t>
      </section>
      <section anchor="ambient-authority">
        <name>Ambient Authority</name>
        <t>A server that uses cookies to authenticate users can suffer security
vulnerabilities because some user agents let remote parties issue HTTP requests
from the user agent (e.g., via HTTP redirects or HTML forms). When issuing
those requests, user agents attach cookies even if the remote party does not
know the contents of the cookies, potentially letting the remote party exercise
authority at an unwary server.</t>
        <t>Although this security concern goes by a number of names (e.g., cross-site
request forgery, confused deputy), the issue stems from cookies being a form of
ambient authority. Cookies encourage server operators to separate designation
(in the form of URLs) from authorization (in the form of cookies).
Consequently, the user agent might supply the authorization for a resource
designated by the attacker, possibly causing the server or its clients to
undertake actions designated by the attacker as though they were authorized by
the user.</t>
        <t>Instead of using cookies for authorization, server operators might wish to
consider entangling designation and authorization by treating URLs as
capabilities. Instead of storing secrets in cookies, this approach stores
secrets in URLs, requiring the remote entity to supply the secret itself.
Although this approach is not a panacea, judicious application of these
principles can lead to more robust security.</t>
      </section>
      <section anchor="clear-text">
        <name>Clear Text</name>
        <t>Unless sent over a secure channel (such as TLS), the information in the Cookie
and Set-Cookie header fields is transmitted in the clear.</t>
        <ol spacing="normal" type="1"><li>
            <t>All sensitive information conveyed in these header fields is exposed to an
eavesdropper.</t>
          </li>
          <li>
            <t>A malicious intermediary could alter the header fields as they travel in either
direction, with unpredictable results.</t>
          </li>
          <li>
            <t>A malicious client could alter the Cookie header fields before transmission,
with unpredictable results.</t>
          </li>
        </ol>
        <t>Servers SHOULD encrypt and sign the contents of cookies (using whatever format
the server desires) when transmitting them to the user agent (even when sending
the cookies over a secure channel). However, encrypting and signing cookie
contents does not prevent an attacker from transplanting a cookie from one user
agent to another or from replaying the cookie at a later time.</t>
        <t>In addition to encrypting and signing the contents of every cookie, servers that
require a higher level of security SHOULD use the Cookie and Set-Cookie
header fields only over a secure channel. When using cookies over a secure channel,
servers SHOULD set the Secure attribute (see <xref target="attribute-secure"/>) for every
cookie. If a server does not set the Secure attribute, the protection
provided by the secure channel will be largely moot.</t>
        <t>For example, consider a webmail server that stores a session identifier in a
cookie and is typically accessed over HTTPS. If the server does not set the
Secure attribute on its cookies, an active network attacker can intercept any
outbound HTTP request from the user agent and redirect that request to the
webmail server over HTTP. Even if the webmail server is not listening for HTTP
connections, the user agent will still include cookies in the request. The
active network attacker can intercept these cookies, replay them against the
server, and learn the contents of the user's email. If, instead, the server had
set the Secure attribute on its cookies, the user agent would not have
included the cookies in the clear-text request.</t>
      </section>
      <section anchor="session-identifiers">
        <name>Session Identifiers</name>
        <t>Instead of storing session information directly in a cookie (where it might be
exposed to or replayed by an attacker), servers commonly store a nonce (or
"session identifier") in a cookie. When the server receives an HTTP request
with a nonce, the server can look up state information associated with the
cookie using the nonce as a key.</t>
        <t>Using session identifier cookies limits the damage an attacker can cause if the
attacker learns the contents of a cookie because the nonce is useful only for
interacting with the server (unlike non-nonce cookie content, which might itself
be sensitive). Furthermore, using a single nonce prevents an attacker from
"splicing" together cookie content from two interactions with the server, which
could cause the server to behave unexpectedly.</t>
        <t>Using session identifiers is not without risk. For example, the server SHOULD
take care to avoid "session fixation" vulnerabilities. A session fixation attack
proceeds in three steps. First, the attacker transplants a session identifier
from his or her user agent to the victim's user agent. Second, the victim uses
that session identifier to interact with the server, possibly imbuing the
session identifier with the user's credentials or confidential information.
Third, the attacker uses the session identifier to interact with server
directly, possibly obtaining the user's authority or confidential information.</t>
      </section>
      <section anchor="weak-confidentiality">
        <name>Weak Confidentiality</name>
        <t>Cookies do not provide isolation by port. If a cookie is readable by a service
running on one port, the cookie is also readable by a service running on another
port of the same server. If a cookie is writable by a service on one port, the
cookie is also writable by a service running on another port of the same server.
For this reason, servers SHOULD NOT both run mutually distrusting services on
different ports of the same host and use cookies to store security-sensitive
information.</t>
        <t>Cookies do not provide isolation by scheme. Although most commonly used with
the http and https schemes, the cookies for a given host might also be
available to other schemes, such as ftp and gopher. Although this lack of
isolation by scheme is most apparent in non-HTTP APIs that permit access to
cookies (e.g., HTML's document.cookie API), the lack of isolation by scheme
is actually present in requirements for processing cookies themselves (e.g.,
consider retrieving a URI with the gopher scheme via HTTP).</t>
        <t>Cookies do not always provide isolation by path. Although the network-level
protocol does not send cookies stored for one path to another, some user
agents expose cookies via non-HTTP APIs, such as HTML's document.cookie API.
Because some of these user agents (e.g., web browsers) do not isolate resources
received from different paths, a resource retrieved from one path might be able
to access cookies stored for another path.</t>
      </section>
      <section anchor="weak-integrity">
        <name>Weak Integrity</name>
        <t>Cookies do not provide integrity guarantees for sibling domains (and their
subdomains). For example, consider foo.site.example and bar.site.example. The
foo.site.example server can set a cookie with a Domain attribute of
"site.example" (possibly overwriting an existing "site.example" cookie set by
bar.site.example), and the user agent will include that cookie in HTTP requests
to bar.site.example. In the worst case, bar.site.example will be unable to
distinguish this cookie from a cookie it set itself. The foo.site.example
server might be able to leverage this ability to mount an attack against
bar.site.example.</t>
        <t>Even though the Set-Cookie header field supports the Path attribute, the Path
attribute does not provide any integrity protection because the user agent
will accept an arbitrary Path attribute in a Set-Cookie header field. For
example, an HTTP response to a request for http://site.example/foo/bar can set
a cookie with a Path attribute of "/qux". Consequently, servers SHOULD NOT
both run mutually distrusting services on different paths of the same host and
use cookies to store security-sensitive information.</t>
        <t>An active network attacker can also inject cookies into the Cookie header field
sent to https://site.example/ by impersonating a response from
http://site.example/ and injecting a Set-Cookie header field. The HTTPS server
at site.example will be unable to distinguish these cookies from cookies that
it set itself in an HTTPS response. An active network attacker might be able
to leverage this ability to mount an attack against site.example even if
site.example uses HTTPS exclusively.</t>
        <t>Servers can partially mitigate these attacks by encrypting and signing the
contents of their cookies, or by naming the cookie with the <tt>__Secure-</tt> prefix.
However, using cryptography does not mitigate the issue completely because an
attacker can replay a cookie he or she received from the authentic site.example
server in the user's session, with unpredictable results.</t>
        <t>Finally, an attacker might be able to force the user agent to delete cookies by
storing a large number of cookies. Once the user agent reaches its storage
limit, the user agent will be forced to evict some cookies. Servers SHOULD NOT
rely upon user agents retaining cookies.</t>
      </section>
      <section anchor="reliance-on-dns">
        <name>Reliance on DNS</name>
        <t>Cookies rely upon the Domain Name System (DNS) for security. If the DNS is
partially or fully compromised, the cookie protocol might fail to provide the
security properties required by applications.</t>
      </section>
      <section anchor="samesite-cookies">
        <name>SameSite Cookies</name>
        <section anchor="defense-in-depth">
          <name>Defense in depth</name>
          <t>"SameSite" cookies offer a robust defense against CSRF attack when deployed in
strict mode, and when supported by the client. It is, however, prudent to ensure
that this designation is not the extent of a site's defense against CSRF, as
same-site navigations and submissions can certainly be executed in conjunction
with other attack vectors such as cross-site scripting.</t>
          <t>Developers are strongly encouraged to deploy the usual server-side defenses
(CSRF tokens, ensuring that "safe" HTTP methods are idempotent, etc) to mitigate
the risk more fully.</t>
          <t>Additionally, client-side techniques such as those described in
<xref target="app-isolation"/> may also prove effective against CSRF, and are certainly worth
exploring in combination with "SameSite" cookies.</t>
        </section>
        <section anchor="top-level-navigations">
          <name>Top-level Navigations</name>
          <t>Setting the <tt>SameSite</tt> attribute in "strict" mode provides robust defense in
depth against CSRF attacks, but has the potential to confuse users unless sites'
developers carefully ensure that their cookie-based session management systems
deal reasonably well with top-level navigations.</t>
          <t>Consider the scenario in which a user reads their email at MegaCorp Inc's
webmail provider <tt>https://site.example/</tt>. They might expect that clicking on an
emailed link to <tt>https://projects.example/secret/project</tt> would show them the
secret project that they're authorized to see, but if <tt>https://projects.example</tt>
has marked their session cookies as <tt>SameSite=Strict</tt>, then this cross-site
navigation won't send them along with the request. <tt>https://projects.example</tt>
will render a 404 error to avoid leaking secret information, and the user will
be quite confused.</t>
          <t>Developers can avoid this confusion by adopting a session management system that
relies on not one, but two cookies: one conceptually granting "read" access,
another granting "write" access. The latter could be marked as <tt>SameSite=Strict</tt>,
and its absence would prompt a reauthentication step before executing any
non-idempotent action. The former could be marked as <tt>SameSite=Lax</tt>, in
order to allow users access to data via top-level navigation, or
<tt>SameSite=None</tt>, to permit access in all contexts (including cross-site
embedded contexts).</t>
        </section>
        <section anchor="mashups-and-widgets">
          <name>Mashups and Widgets</name>
          <t>The <tt>Lax</tt> and <tt>Strict</tt> values for the <tt>SameSite</tt> attribute are inappropriate
for some important use-cases. In particular, note that content intended for
embedding in cross-site contexts (social networking widgets or commenting
services, for instance) will not have access to same-site cookies. Cookies
which are required in these situations should be marked with <tt>SameSite=None</tt>
to allow access in cross-site contexts.</t>
          <t>Likewise, some forms of Single-Sign-On might require cookie-based authentication
in a cross-site context; these mechanisms will not function as intended with
same-site cookies and will also require <tt>SameSite=None</tt>.</t>
        </section>
        <section anchor="server-controlled">
          <name>Server-controlled</name>
          <t>SameSite cookies in and of themselves don't do anything to address the
general privacy concerns outlined in Section 7.1 of <xref target="RFC6265"/>. The "SameSite"
attribute is set by the server, and serves to mitigate the risk of certain kinds
of attacks that the server is worried about. The user is not involved in this
decision. Moreover, a number of side-channels exist which could allow a server
to link distinct requests even in the absence of cookies (for example, connection
and/or socket pooling between same-site and cross-site requests).</t>
        </section>
        <section anchor="reload-navigations">
          <name>Reload navigations</name>
          <t>Requests issued for reloads triggered through user interface elements (such as a
refresh button on a toolbar) are same-site only if the reloaded document was
originally navigated to via a same-site request. This differs from the handling
of other reload navigations, which are always same-site if top-level, since the
source navigable's active document is precisely the document being
reloaded.</t>
          <t>This special handling of reloads triggered through a user interface element
avoids sending <tt>SameSite</tt> cookies on user-initiated reloads if they were
withheld on the original navigation (i.e., if the initial navigation were
cross-site). If the reload navigation were instead considered same-site, and
sent all the initially withheld <tt>SameSite</tt> cookies, the security benefits of
withholding the cookies in the first place would be nullified. This is
especially important given that the absence of <tt>SameSite</tt> cookies withheld on a
cross-site navigation request may lead to visible site breakage, prompting the
user to trigger a reload.</t>
          <t>For example, suppose the user clicks on a link from <tt>https://attacker.example/</tt>
to <tt>https://victim.example/</tt>. This is a cross-site request, so <tt>SameSite=Strict</tt>
cookies are withheld. Suppose this causes <tt>https://victim.example/</tt> to appear
broken, because the site only displays its sensitive content if a particular
<tt>SameSite</tt> cookie is present in the request. The user, frustrated by the
unexpectedly broken site, presses refresh on their browser's toolbar. To now
consider the reload request same-site and send the initially withheld <tt>SameSite</tt>
cookie would defeat the purpose of withholding it in the first place, as the
reload navigation triggered through the user interface may replay the original
(potentially malicious) request. Thus, the reload request should be considered
cross-site, like the request that initially navigated to the page.</t>
        </section>
        <section anchor="unsafe-top-level-requests">
          <name>Top-level requests with "unsafe" methods</name>
          <t>The "Lax" enforcement mode described in <xref target="strict-lax"/> allows a cookie to be
sent with a cross-site HTTP request if and only if it is a top-level navigation
with a "safe" HTTP method. Implementation experience shows that this is
difficult to apply as the default behavior, as some sites may rely on cookies
not explicitly specifying a <tt>SameSite</tt> attribute being included on top-level
cross-site requests with "unsafe" HTTP methods (as was the case prior to the
introduction of the <tt>SameSite</tt> attribute).</t>
          <t>For example, a login flow may involve a cross-site top-level <tt>POST</tt> request to
an endpoint which expects a cookie with login information. For such a cookie,
"Lax" enforcement is not appropriate, as it would cause the cookie to be
excluded due to the unsafe HTTP request method. On the other hand, "None"
enforcement would allow the cookie to be sent with all cross-site requests,
which may not be desirable due to the cookie's sensitive contents.</t>
          <t>The "Lax-allowing-unsafe" enforcement mode described in <xref target="lax-allowing-unsafe"/>
retains some of the protections of "Lax" enforcement (as compared to "None")
while still allowing cookies to be sent cross-site with unsafe top-level
requests.</t>
          <t>As a more permissive variant of "Lax" mode, "Lax-allowing-unsafe" mode
necessarily provides fewer protections against CSRF. Ultimately, the provision
of such an enforcement mode should be seen as a temporary, transitional measure
to ease adoption of "Lax" enforcement by default.</t>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="iana-cookie">
        <name>Cookie</name>
        <t>The permanent message header field registry (see <xref target="RFC3864"/>) needs to be
updated with the following registration:</t>
        <dl>
          <dt>Header field name:</dt>
          <dd>
            <t>Cookie</t>
          </dd>
          <dt>Applicable protocol:</dt>
          <dd>
            <t>http</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>standard</t>
          </dd>
          <dt>Author/Change controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification document:</dt>
          <dd>
            <t>this specification (<xref target="cookie"/>)</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-set-cookie">
        <name>Set-Cookie</name>
        <t>The permanent message header field registry (see <xref target="RFC3864"/>) needs to be
updated with the following registration:</t>
        <dl>
          <dt>Header field name:</dt>
          <dd>
            <t>Set-Cookie</t>
          </dd>
          <dt>Applicable protocol:</dt>
          <dd>
            <t>http</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>standard</t>
          </dd>
          <dt>Author/Change controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification document:</dt>
          <dd>
            <t>this specification (<xref target="set-cookie"/>)</t>
          </dd>
        </dl>
      </section>
      <section anchor="cookie-attribute-registry">
        <name>Cookie Attribute Registry</name>
        <t>IANA is requested to create the "Cookie Attribute Registry", defining the
name space of attribute used to control cookies' behavior.
The registry should be maintained at
<eref target="https://www.iana.org/assignments/cookie-attribute-names">https://www.iana.org/assignments/cookie-attribute-names</eref>.</t>
        <section anchor="procedure">
          <name>Procedure</name>
          <t>Each registered attribute name is associated with a description, and a
reference detailing how the attribute is to be processed and stored.</t>
          <t>New registrations happen on a "RFC Required" basis (see Section 4.7 of
<xref target="RFC8126"/>). The attribute to be registered MUST match the <tt>extension-av</tt>
syntax defined in <xref target="abnf-syntax"/>. Note that attribute names are generally
defined in CamelCase, but technically accepted case-insensitively.</t>
        </section>
        <section anchor="registration">
          <name>Registration</name>
          <t>The "Cookie Attribute Registry" should be created with the registrations below:</t>
          <table>
            <thead>
              <tr>
                <th align="right">Name</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">Domain</td>
                <td align="left">
                  <xref target="attribute-domain"/> of this document</td>
              </tr>
              <tr>
                <td align="right">Expires</td>
                <td align="left">
                  <xref target="attribute-expires"/> of this document</td>
              </tr>
              <tr>
                <td align="right">HttpOnly</td>
                <td align="left">
                  <xref target="attribute-httponly"/> of this document</td>
              </tr>
              <tr>
                <td align="right">Max-Age</td>
                <td align="left">
                  <xref target="attribute-max-age"/> of this document</td>
              </tr>
              <tr>
                <td align="right">Path</td>
                <td align="left">
                  <xref target="attribute-path"/> of this document</td>
              </tr>
              <tr>
                <td align="right">SameSite</td>
                <td align="left">
                  <xref target="attribute-samesite"/> of this document</td>
              </tr>
              <tr>
                <td align="right">Secure</td>
                <td align="left">
                  <xref target="attribute-secure"/> of this document</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="RFC1123">
          <front>
            <title>Requirements for Internet Hosts - Application and Support</title>
            <author fullname="R. Braden" initials="R." role="editor" surname="Braden"/>
            <date month="October" year="1989"/>
            <abstract>
              <t>This RFC is an official specification for the Internet community. It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="3"/>
          <seriesInfo name="RFC" value="1123"/>
          <seriesInfo name="DOI" value="10.17487/RFC1123"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC3490">
          <front>
            <title>Internationalizing Domain Names in Applications (IDNA)</title>
            <author initials="A." surname="Costello">
              <organization/>
            </author>
            <date year="2003" month="March"/>
          </front>
          <seriesInfo name="RFC" value="3490"/>
          <annotation>See <xref target="idna-migration"/> for an explanation why the normative reference to an obsoleted specification is needed.</annotation>
        </reference>
        <reference anchor="RFC4790">
          <front>
            <title>Internet Application Protocol Collation Registry</title>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <author fullname="M. Duerst" initials="M." surname="Duerst"/>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen"/>
            <date month="March" year="2007"/>
            <abstract>
              <t>Many Internet application protocols include string-based lookup, searching, or sorting operations. However, the problem space for searching and sorting international strings is large, not fully explored, and is outside the area of expertise for the Internet Engineering Task Force (IETF). Rather than attempt to solve such a large problem, this specification creates an abstraction framework so that application protocols can precisely identify a comparison function, and the repertoire of comparison functions can be extended in the future. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4790"/>
          <seriesInfo name="DOI" value="10.17487/RFC4790"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC5890">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version. It describes the document collection and provides definitions and other material that are common to the set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5890"/>
          <seriesInfo name="DOI" value="10.17487/RFC5890"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="USASCII">
          <front>
            <title>Coded Character Set -- 7-bit American Standard Code for Information Interchange</title>
            <author>
              <organization>American National Standards Institute</organization>
            </author>
            <date year="1986"/>
          </front>
          <seriesInfo name="ANSI" value="X3.4"/>
        </reference>
        <reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
          <front>
            <title>Fetch</title>
            <author initials="A." surname="van Kesteren" fullname="Anne van Kesteren">
              <organization>Mozilla</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HTML" target="https://html.spec.whatwg.org/">
          <front>
            <title>HTML</title>
            <author initials="I." surname="Hickson" fullname="Ian Hickson">
              <organization>Google, Inc.</organization>
            </author>
            <author initials="S." surname="Pieters" fullname="Simon Pieters">
              <organization>Opera</organization>
            </author>
            <author initials="A." surname="van Kesteren" fullname="Anne van Kesteren">
              <organization>Mozilla</organization>
            </author>
            <author initials="P." surname="Jägenstedt" fullname="Philip Jägenstedt">
              <organization>Opera</organization>
            </author>
            <author initials="D." surname="Denicola" fullname="Domenic Denicola">
              <organization>Google, Inc.</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DOM-DOCUMENT-COOKIE" target="https://html.spec.whatwg.org/#dom-document-cookie">
          <front>
            <title>HTML - Living Standard</title>
            <author>
              <organization>WHATWG</organization>
            </author>
            <date year="2021" month="May" day="18"/>
          </front>
        </reference>
        <reference anchor="SAMESITE" target="https://html.spec.whatwg.org/#same-site">
          <front>
            <title>HTML - Living Standard</title>
            <author>
              <organization>WHATWG</organization>
            </author>
            <date year="2021" month="January" day="26"/>
          </front>
        </reference>
        <reference anchor="SERVICE-WORKERS" target="http://www.w3.org/TR/service-workers/">
          <front>
            <title>Service Workers</title>
            <author initials="A." surname="Russell" fullname="Alex Russell">
              <organization/>
            </author>
            <author initials="J." surname="Song" fullname="Jungkee Song">
              <organization/>
            </author>
            <author initials="J." surname="Archibald" fullname="Jake Archibald">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HTTPSEM">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding" initials="R. T." surname="Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham" initials="M." surname="Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke" initials="J." surname="Reschke">
              <organization>greenbytes GmbH</organization>
            </author>
            <date day="12" month="September" year="2021"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.

 This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2818">
          <front>
            <title>HTTP Over TLS</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2818"/>
          <seriesInfo name="DOI" value="10.17487/RFC2818"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC6265">
          <front>
            <title>HTTP State Management Mechanism</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This document defines the HTTP Cookie and Set-Cookie header fields. These header fields can be used by HTTP servers to store state (called cookies) at HTTP user agents, letting the servers maintain a stateful session over the mostly stateless HTTP protocol. Although cookies have many historical infelicities that degrade their security and privacy, the Cookie and Set-Cookie header fields are widely used on the Internet. This document obsoletes RFC 2965. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6265"/>
          <seriesInfo name="DOI" value="10.17487/RFC6265"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC3864">
          <front>
            <title>Registration Procedures for Message Header Fields</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="J. Mogul" initials="J." surname="Mogul"/>
            <date month="September" year="2004"/>
            <abstract>
              <t>This specification defines registration procedures for the message header fields used by Internet mail, HTTP, Netnews and other applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="90"/>
          <seriesInfo name="RFC" value="3864"/>
          <seriesInfo name="DOI" value="10.17487/RFC3864"/>
        </reference>
        <reference anchor="RFC5895">
          <front>
            <title>Mapping Characters for Internationalized Domain Names in Applications (IDNA) 2008</title>
            <author fullname="P. Resnick" initials="P." surname="Resnick"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="September" year="2010"/>
            <abstract>
              <t>In the original version of the Internationalized Domain Names in Applications (IDNA) protocol, any Unicode code points taken from user input were mapped into a set of Unicode code points that "made sense", and then encoded and passed to the domain name system (DNS). The IDNA2008 protocol (described in RFCs 5890, 5891, 5892, and 5893) presumes that the input to the protocol comes from a set of "permitted" code points, which it then encodes and passes to the DNS, but does not specify what to do with the result of user input. This document describes the actions that can be taken by an implementation between receiving user input and passing permitted code points to the new IDNA protocol. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5895"/>
          <seriesInfo name="DOI" value="10.17487/RFC5895"/>
        </reference>
        <reference anchor="RFC7034">
          <front>
            <title>HTTP Header Field X-Frame-Options</title>
            <author fullname="D. Ross" initials="D." surname="Ross"/>
            <author fullname="T. Gondrom" initials="T." surname="Gondrom"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>To improve the protection of web applications against clickjacking, this document describes the X-Frame-Options HTTP header field, which declares a policy, communicated from the server to the client browser, regarding whether the browser may display the transmitted content in frames that are part of other web pages.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7034"/>
          <seriesInfo name="DOI" value="10.17487/RFC7034"/>
        </reference>
        <reference anchor="UTS46" target="http://unicode.org/reports/tr46/">
          <front>
            <title>Unicode IDNA Compatibility Processing</title>
            <author initials="M." surname="Davis" fullname="Mark Davis">
              <organization/>
            </author>
            <author initials="M." surname="Suignard" fullname="Michel Suignard">
              <organization/>
            </author>
            <date year="2016" month="June"/>
          </front>
          <seriesInfo name="UNICODE" value="Unicode Technical Standards # 46"/>
        </reference>
        <reference anchor="CSRF" target="http://portal.acm.org/citation.cfm?id=1455770.1455782">
          <front>
            <title>Robust Defenses for Cross-Site Request Forgery</title>
            <author initials="A." surname="Barth" fullname="Adam Barth">
              <organization/>
            </author>
            <author initials="C." surname="Jackson">
              <organization/>
            </author>
            <author initials="J." surname="Mitchell">
              <organization/>
            </author>
            <date year="2008" month="October"/>
          </front>
          <seriesInfo name="DOI" value="10.1145/1455770.1455782"/>
          <seriesInfo name="ISBN" value="978-1-59593-810-7"/>
          <seriesInfo name="ACM" value="CCS '08: Proceedings of the 15th ACM conference on Computer and communications security (pages 75-88)"/>
        </reference>
        <reference anchor="Aggarwal2010" target="http://www.usenix.org/events/sec10/tech/full_papers/Aggarwal.pdf">
          <front>
            <title>An Analysis of Private Browsing Modes in Modern Browsers</title>
            <author initials="G." surname="Aggarwal">
              <organization/>
            </author>
            <author initials="E." surname="Burzstein">
              <organization/>
            </author>
            <author initials="C." surname="Jackson">
              <organization/>
            </author>
            <author initials="D." surname="Boneh">
              <organization/>
            </author>
            <date year="2010"/>
          </front>
        </reference>
        <reference anchor="app-isolation" target="http://www.collinjackson.com/research/papers/appisolation.pdf">
          <front>
            <title>App Isolation - Get the Security of Multiple Browsers with Just One</title>
            <author initials="E." surname="Chen" fullname="Eric Y. Chen">
              <organization/>
            </author>
            <author initials="J." surname="Bau" fullname="Jason Bau">
              <organization/>
            </author>
            <author initials="C." surname="Reis" fullname="Charles Reis">
              <organization/>
            </author>
            <author initials="A." surname="Barth" fullname="Adam Barth">
              <organization/>
            </author>
            <author initials="C." surname="Jackson" fullname="Collin Jackson">
              <organization/>
            </author>
            <date year="2011"/>
          </front>
        </reference>
        <reference anchor="prerendering" target="https://www.chromium.org/developers/design-documents/prerender">
          <front>
            <title>Chrome Prerendering</title>
            <author initials="C." surname="Bentzel" fullname="Chris Bentzel">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="I-D.ietf-httpbis-cookie-alone">
          <front>
            <title>Deprecate modification of 'secure' cookies from non-secure origins</title>
            <author fullname="Mike West" initials="M." surname="West">
              <organization>Google, Inc</organization>
            </author>
            <date day="5" month="September" year="2016"/>
            <abstract>
              <t>   This document updates RFC6265 by removing the ability for a non-
   secure origin to set cookies with a 'secure' flag, and to overwrite
   cookies whose 'secure' flag is set.  This deprecation improves the
   isolation between HTTP and HTTPS origins, and reduces the risk of
   malicious interference.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-cookie-alone-01"/>
        </reference>
        <reference anchor="I-D.ietf-httpbis-cookie-prefixes">
          <front>
            <title>Cookie Prefixes</title>
            <author fullname="Mike West" initials="M." surname="West">
              <organization>Google, Inc</organization>
            </author>
            <date day="23" month="February" year="2016"/>
            <abstract>
              <t>   This document updates RFC6265 by adding a set of restrictions upon
   the names which may be used for cookies with specific properties.
   These restrictions enable user agents to smuggle cookie state to the
   server within the confines of the existing "Cookie" request header
   syntax, and limits the ways in which cookies may be abused in a
   conforming user agent.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-cookie-prefixes-00"/>
        </reference>
        <reference anchor="I-D.ietf-httpbis-cookie-same-site">
          <front>
            <title>Same-Site Cookies</title>
            <author fullname="Mike West" initials="M." surname="West">
              <organization>Google, Inc</organization>
            </author>
            <author fullname="Mark Goodwin" initials="M." surname="Goodwin">
              <organization>Mozilla</organization>
            </author>
            <date day="20" month="June" year="2016"/>
            <abstract>
              <t>   This document updates RFC6265 by defining a "SameSite" attribute
   which allows servers to assert that a cookie ought not to be sent
   along with cross-site requests.  This assertion allows user agents to
   mitigate the risk of cross-origin information leakage, and provides
   some protection against cross-site request forgery attacks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-cookie-same-site-00"/>
        </reference>
        <reference anchor="PSL" target="https://publicsuffix.org/list/">
          <front>
            <title>Public Suffix List</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC2109">
          <front>
            <title>HTTP State Management Mechanism</title>
            <author fullname="D. Kristol" initials="D." surname="Kristol"/>
            <author fullname="L. Montulli" initials="L." surname="Montulli"/>
            <date month="February" year="1997"/>
            <abstract>
              <t>This document specifies a way to create a stateful session with HTTP requests and responses. It describes two new headers, Cookie and Set- Cookie, which carry state information between participating origin servers and user agents. The method described here differs from Netscape's Cookie proposal, but it can interoperate with HTTP/1.0 user agents that use Netscape's method. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2109"/>
          <seriesInfo name="DOI" value="10.17487/RFC2109"/>
        </reference>
      </references>
    </references>
    <?line 2465?>

<section anchor="changes">
      <name>Changes</name>
      <section anchor="draft-ietf-httpbis-rfc6265bis-00">
        <name>draft-ietf-httpbis-rfc6265bis-00</name>
        <ul spacing="normal">
          <li>
            <t>Port <xref target="RFC6265"/> to Markdown. No (intentional) normative changes.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-01">
        <name>draft-ietf-httpbis-rfc6265bis-01</name>
        <ul spacing="normal">
          <li>
            <t>Fixes to formatting caused by mistakes in the initial port to Markdown:  </t>
            <ul spacing="normal">
              <li>
                <t><eref target="https://github.com/httpwg/http-extensions/issues/243">https://github.com/httpwg/http-extensions/issues/243</eref></t>
              </li>
              <li>
                <t><eref target="https://github.com/httpwg/http-extensions/issues/246">https://github.com/httpwg/http-extensions/issues/246</eref></t>
              </li>
            </ul>
          </li>
          <li>
            <t>Addresses errata 3444 by updating the <tt>path-value</tt> and <tt>extension-av</tt>
grammar, errata 4148 by updating the <tt>day-of-month</tt>, <tt>year</tt>, and <tt>time</tt>
grammar, and errata 3663 by adding the requested note.
<eref target="https://www.rfc-editor.org/errata_search.php?rfc=6265">https://www.rfc-editor.org/errata_search.php?rfc=6265</eref></t>
          </li>
          <li>
            <t>Dropped <tt>Cookie2</tt> and <tt>Set-Cookie2</tt> from the IANA Considerations section:
<eref target="https://github.com/httpwg/http-extensions/issues/247">https://github.com/httpwg/http-extensions/issues/247</eref></t>
          </li>
          <li>
            <t>Merged the recommendations from <xref target="I-D.ietf-httpbis-cookie-alone"/>, removing
the ability for a non-secure origin to set cookies with a 'secure' flag, and
to overwrite cookies whose 'secure' flag is true.</t>
          </li>
          <li>
            <t>Merged the recommendations from <xref target="I-D.ietf-httpbis-cookie-prefixes"/>, adding
<tt>__Secure-</tt> and <tt>__Host-</tt> cookie name prefix processing instructions.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-02">
        <name>draft-ietf-httpbis-rfc6265bis-02</name>
        <ul spacing="normal">
          <li>
            <t>Merged the recommendations from <xref target="I-D.ietf-httpbis-cookie-same-site"/>, adding
support for the <tt>SameSite</tt> attribute.</t>
          </li>
          <li>
            <t>Closed a number of editorial bugs:  </t>
            <ul spacing="normal">
              <li>
                <t>Clarified address bar behavior for SameSite cookies:
<eref target="https://github.com/httpwg/http-extensions/issues/201">https://github.com/httpwg/http-extensions/issues/201</eref></t>
              </li>
              <li>
                <t>Added the word "Cookies" to the document's name:
<eref target="https://github.com/httpwg/http-extensions/issues/204">https://github.com/httpwg/http-extensions/issues/204</eref></t>
              </li>
              <li>
                <t>Clarified that the <tt>__Host-</tt> prefix requires an explicit <tt>Path</tt> attribute:
<eref target="https://github.com/httpwg/http-extensions/issues/222">https://github.com/httpwg/http-extensions/issues/222</eref></t>
              </li>
              <li>
                <t>Expanded the options for dealing with third-party cookies to include a
brief mention of partitioning based on first-party:
<eref target="https://github.com/httpwg/http-extensions/issues/248">https://github.com/httpwg/http-extensions/issues/248</eref></t>
              </li>
              <li>
                <t>Noted that double-quotes in cookie values are part of the value, and are
not stripped: <eref target="https://github.com/httpwg/http-extensions/issues/295">https://github.com/httpwg/http-extensions/issues/295</eref></t>
              </li>
              <li>
                <t>Fixed the "site for cookies" algorithm to return something that makes
sense: <eref target="https://github.com/httpwg/http-extensions/issues/302">https://github.com/httpwg/http-extensions/issues/302</eref></t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-03">
        <name>draft-ietf-httpbis-rfc6265bis-03</name>
        <ul spacing="normal">
          <li>
            <t>Clarified handling of invalid SameSite values:
<eref target="https://github.com/httpwg/http-extensions/issues/389">https://github.com/httpwg/http-extensions/issues/389</eref></t>
          </li>
          <li>
            <t>Reflect widespread implementation practice of including a cookie's
<tt>host-only-flag</tt> when calculating its uniqueness:
<eref target="https://github.com/httpwg/http-extensions/issues/199">https://github.com/httpwg/http-extensions/issues/199</eref></t>
          </li>
          <li>
            <t>Introduced an explicit "None" value for the SameSite attribute:
<eref target="https://github.com/httpwg/http-extensions/issues/788">https://github.com/httpwg/http-extensions/issues/788</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-04">
        <name>draft-ietf-httpbis-rfc6265bis-04</name>
        <ul spacing="normal">
          <li>
            <t>Allow <tt>SameSite</tt> cookies to be set for all top-level navigations.
<eref target="https://github.com/httpwg/http-extensions/issues/594">https://github.com/httpwg/http-extensions/issues/594</eref></t>
          </li>
          <li>
            <t>Treat <tt>Set-Cookie: token</tt> as creating the cookie <tt>("", "token")</tt>:
<eref target="https://github.com/httpwg/http-extensions/issues/159">https://github.com/httpwg/http-extensions/issues/159</eref></t>
          </li>
          <li>
            <t>Reject cookies with neither name nor value (e.g. <tt>Set-Cookie: =</tt> and
<tt>Set-Cookie:</tt>:  <eref target="https://github.com/httpwg/http-extensions/issues/159">https://github.com/httpwg/http-extensions/issues/159</eref></t>
          </li>
          <li>
            <t>Clarified behavior of multiple <tt>SameSite</tt> attributes in a cookie string:
<eref target="https://github.com/httpwg/http-extensions/issues/901">https://github.com/httpwg/http-extensions/issues/901</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-05">
        <name>draft-ietf-httpbis-rfc6265bis-05</name>
        <ul spacing="normal">
          <li>
            <t>Typos and editorial fixes:
<eref target="https://github.com/httpwg/http-extensions/pull/1035">https://github.com/httpwg/http-extensions/pull/1035</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/1038">https://github.com/httpwg/http-extensions/pull/1038</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/1040">https://github.com/httpwg/http-extensions/pull/1040</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/1047">https://github.com/httpwg/http-extensions/pull/1047</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-06">
        <name>draft-ietf-httpbis-rfc6265bis-06</name>
        <ul spacing="normal">
          <li>
            <t>Editorial fixes: <eref target="https://github.com/httpwg/http-extensions/issues/1059">https://github.com/httpwg/http-extensions/issues/1059</eref>,
<eref target="https://github.com/httpwg/http-extensions/issues/1158">https://github.com/httpwg/http-extensions/issues/1158</eref>.</t>
          </li>
          <li>
            <t>Created a registry for cookie attribute names:
<eref target="https://github.com/httpwg/http-extensions/pull/1060">https://github.com/httpwg/http-extensions/pull/1060</eref>.</t>
          </li>
          <li>
            <t>Tweaks to ABNF for <tt>cookie-pair</tt> and the <tt>Cookie</tt> header
production: <eref target="https://github.com/httpwg/http-extensions/issues/1074">https://github.com/httpwg/http-extensions/issues/1074</eref>,
<eref target="https://github.com/httpwg/http-extensions/issues/1119">https://github.com/httpwg/http-extensions/issues/1119</eref>.</t>
          </li>
          <li>
            <t>Fixed serialization for nameless/valueless cookies:
<eref target="https://github.com/httpwg/http-extensions/pull/1143">https://github.com/httpwg/http-extensions/pull/1143</eref>.</t>
          </li>
          <li>
            <t>Converted a normative reference to Mozilla's Public Suffix List <xref target="PSL"/> into
an informative reference:
<eref target="https://github.com/httpwg/http-extensions/issues/1159">https://github.com/httpwg/http-extensions/issues/1159</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-07">
        <name>draft-ietf-httpbis-rfc6265bis-07</name>
        <ul spacing="normal">
          <li>
            <t>Moved instruction to ignore cookies with empty cookie-name and cookie-value
from <xref target="set-cookie"/> to <xref target="storage-model"/> to ensure that they apply to cookies
created without parsing a cookie string:
<eref target="https://github.com/httpwg/http-extensions/issues/1234">https://github.com/httpwg/http-extensions/issues/1234</eref>.</t>
          </li>
          <li>
            <t>Add a default enforcement value to the <tt>same-site-flag</tt>, equivalent to
"SameSite=Lax":
<eref target="https://github.com/httpwg/http-extensions/pull/1325">https://github.com/httpwg/http-extensions/pull/1325</eref>.</t>
          </li>
          <li>
            <t>Require a Secure attribute for "SameSite=None":
<eref target="https://github.com/httpwg/http-extensions/pull/1323">https://github.com/httpwg/http-extensions/pull/1323</eref>.</t>
          </li>
          <li>
            <t>Consider scheme when running the same-site algorithm:
 <eref target="https://github.com/httpwg/http-extensions/pull/1324">https://github.com/httpwg/http-extensions/pull/1324</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-08">
        <name>draft-ietf-httpbis-rfc6265bis-08</name>
        <ul spacing="normal">
          <li>
            <t>Define "same-site" for reload navigation requests, e.g. those triggered via
user interface elements:
<eref target="https://github.com/httpwg/http-extensions/pull/1384">https://github.com/httpwg/http-extensions/pull/1384</eref></t>
          </li>
          <li>
            <t>Consider redirects when defining same-site:
<eref target="https://github.com/httpwg/http-extensions/pull/1348">https://github.com/httpwg/http-extensions/pull/1348</eref></t>
          </li>
          <li>
            <t>Align on using HTML terminology for origins:
<eref target="https://github.com/httpwg/http-extensions/pull/1416">https://github.com/httpwg/http-extensions/pull/1416</eref></t>
          </li>
          <li>
            <t>Modify cookie parsing and creation algorithms in <xref target="set-cookie"/> and
<xref target="storage-model"/> to explicitly handle control characters:
<eref target="https://github.com/httpwg/http-extensions/pull/1420">https://github.com/httpwg/http-extensions/pull/1420</eref></t>
          </li>
          <li>
            <t>Refactor cookie retrieval algorithm to support non-HTTP APIs:
<eref target="https://github.com/httpwg/http-extensions/pull/1428">https://github.com/httpwg/http-extensions/pull/1428</eref></t>
          </li>
          <li>
            <t>Define "Lax-allowing-unsafe" SameSite enforcement mode:
<eref target="https://github.com/httpwg/http-extensions/pull/1435">https://github.com/httpwg/http-extensions/pull/1435</eref></t>
          </li>
          <li>
            <t>Consistently use "header field" (vs 'header"):
<eref target="https://github.com/httpwg/http-extensions/pull/1527">https://github.com/httpwg/http-extensions/pull/1527</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-09">
        <name>draft-ietf-httpbis-rfc6265bis-09</name>
        <ul spacing="normal">
          <li>
            <t>Update cookie size requirements:
<eref target="https://github.com/httpwg/http-extensions/pull/1563">https://github.com/httpwg/http-extensions/pull/1563</eref></t>
          </li>
          <li>
            <t>Reject cookies with control characters:
<eref target="https://github.com/httpwg/http-extensions/pull/1576">https://github.com/httpwg/http-extensions/pull/1576</eref></t>
          </li>
          <li>
            <t>No longer treat horizontal tab as a control character:
<eref target="https://github.com/httpwg/http-extensions/pull/1589">https://github.com/httpwg/http-extensions/pull/1589</eref></t>
          </li>
          <li>
            <t>Specify empty domain attribute handling:
<eref target="https://github.com/httpwg/http-extensions/pull/1709">https://github.com/httpwg/http-extensions/pull/1709</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-10">
        <name>draft-ietf-httpbis-rfc6265bis-10</name>
        <ul spacing="normal">
          <li>
            <t>Standardize Max-Age/Expires upper bound:
<eref target="https://github.com/httpwg/http-extensions/pull/1732">https://github.com/httpwg/http-extensions/pull/1732</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/1980">https://github.com/httpwg/http-extensions/pull/1980</eref>.</t>
          </li>
          <li>
            <t>Expand on privacy considerations and third-party cookies:
<eref target="https://github.com/httpwg/http-extensions/pull/1878">https://github.com/httpwg/http-extensions/pull/1878</eref></t>
          </li>
          <li>
            <t>Specify that no decoding of Set-Cookie line should occur:
<eref target="https://github.com/httpwg/http-extensions/pull/1902">https://github.com/httpwg/http-extensions/pull/1902</eref></t>
          </li>
          <li>
            <t>Require ASCII for domain attributes:
<eref target="https://github.com/httpwg/http-extensions/pull/1969">https://github.com/httpwg/http-extensions/pull/1969</eref></t>
          </li>
          <li>
            <t>Typos, formatting and editorial fixes:
<eref target="https://github.com/httpwg/http-extensions/pull/1789">https://github.com/httpwg/http-extensions/pull/1789</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/1858">https://github.com/httpwg/http-extensions/pull/1858</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/2069">https://github.com/httpwg/http-extensions/pull/2069</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-11">
        <name>draft-ietf-httpbis-rfc6265bis-11</name>
        <ul spacing="normal">
          <li>
            <t>Remove note to ignore Domain attribute with trailing dot:
<eref target="https://github.com/httpwg/http-extensions/pull/2087">https://github.com/httpwg/http-extensions/pull/2087</eref>,
<eref target="https://github.com/httpwg/http-extensions/pull/2092">https://github.com/httpwg/http-extensions/pull/2092</eref>.</t>
          </li>
          <li>
            <t>Remove an inadvertant change to cookie-octet:
<eref target="https://github.com/httpwg/http-extensions/pull/2090">https://github.com/httpwg/http-extensions/pull/2090</eref></t>
          </li>
          <li>
            <t>Remove note regarding cookie serialization:
<eref target="https://github.com/httpwg/http-extensions/pull/2165">https://github.com/httpwg/http-extensions/pull/2165</eref></t>
          </li>
          <li>
            <t>Add case insensitivity note to Set-Cookie Syntax:
<eref target="https://github.com/httpwg/http-extensions/pull/2167">https://github.com/httpwg/http-extensions/pull/2167</eref></t>
          </li>
          <li>
            <t>Add note not to send invalid cookies due to public suffix list changes:
<eref target="https://github.com/httpwg/http-extensions/pull/2215">https://github.com/httpwg/http-extensions/pull/2215</eref></t>
          </li>
          <li>
            <t>Add warning to not send nameless cookies:
<eref target="https://github.com/httpwg/http-extensions/pull/2220">https://github.com/httpwg/http-extensions/pull/2220</eref></t>
          </li>
          <li>
            <t>Add note regarding Service Worker's computation of "site for cookies":
<eref target="https://github.com/httpwg/http-extensions/pull/2217">https://github.com/httpwg/http-extensions/pull/2217</eref></t>
          </li>
          <li>
            <t>Compare cookie name prefixes case-insensitively:
<eref target="https://github.com/httpwg/http-extensions/pull/2236">https://github.com/httpwg/http-extensions/pull/2236</eref></t>
          </li>
          <li>
            <t>Update editors and the acknowledgements
<eref target="https://github.com/httpwg/http-extensions/pull/2244">https://github.com/httpwg/http-extensions/pull/2244</eref></t>
          </li>
          <li>
            <t>Prevent nameless cookies with prefixed values
<eref target="https://github.com/httpwg/http-extensions/pull/2251">https://github.com/httpwg/http-extensions/pull/2251</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-12">
        <name>draft-ietf-httpbis-rfc6265bis-12</name>
        <ul spacing="normal">
          <li>
            <t>Advise the reader which section to implement
<eref target="https://github.com/httpwg/http-extensions/pull/2478">https://github.com/httpwg/http-extensions/pull/2478</eref></t>
          </li>
          <li>
            <t>Define top-level navigation
<eref target="https://github.com/httpwg/http-extensions/pull/2481">https://github.com/httpwg/http-extensions/pull/2481</eref></t>
          </li>
          <li>
            <t>Use navigables concept
<eref target="https://github.com/httpwg/http-extensions/pull/2478">https://github.com/httpwg/http-extensions/pull/2478</eref></t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>RFC 6265 was written by Adam Barth. This document is an update of RFC 6265,
adding features and aligning the specification with the reality of today’s
deployments. Here, we’re standing upon the shoulders of a giant since the
majority of the text is still Adam’s.</t>
      <t>Thank you to both Lily Chen and Steven Englehardt, editors emeritus, for their
significant contributions improving this draft.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
