<?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.6.33 (Ruby 3.1.4) -->
<?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-12" category="std" consensus="true" obsoletes="6265" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title>Cookies: HTTP State Management Mechanism</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-rfc6265bis-12"/>
    <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>Server applications hosting a website or API</li>
            <li>Programming languages or software frameworks that support cookies</li>
            <li>Integrated third-party web applications, such as a business management suite</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>Web browsers</li>
            <li>Tools that support stateful HTTP</li>
            <li>Programming languages or software frameworks that support cookies</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>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.</li>
                <li>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.</li>
                <li>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.</li>
                <li>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.</li>
              </ol>
            </li>
            <li>If the year-value is greater than or equal to 70 and less than or equal to
99, increment the year-value by 1900.</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>NOTE: Some existing user agents interpret two-digit years differently.</li>
              </ol>
            </li>
            <li>
              <t>Abort these steps and fail to parse the cookie-date if:  </t>
              <ul spacing="normal">
                <li>at least one of the found-day-of-month, found-month, found-year, or
found-time flags is not set,</li>
                <li>the day-of-month-value is less than 1 or greater than 31,</li>
                <li>the year-value is less than 1601,</li>
                <li>the hour-value is greater than 23,</li>
                <li>the minute-value is greater than 59, or</li>
                <li>the second-value is greater than 59.</li>
              </ul>
              <t>
(Note that leap seconds cannot be represented in this syntax.)</t>
            </li>
            <li>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.</li>
            <li>Return the parsed-cookie-date as the result of this algorithm.</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>Convert the host name to a sequence of individual domain name labels.</li>
            <li>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).</li>
            <li>Concatenate the resulting labels, separated by a %x2E (".") character.</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>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.)</li>
            <li>
              <t>All of the following conditions hold:  </t>
              <ul spacing="normal">
                <li>The domain string is a suffix of the string.</li>
                <li>The last character of the string that is not included in the domain
string is a %x2E (".") character.</li>
                <li>The string is a host name (i.e., not an IP address).</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>Let uri-path be the path portion of the request-uri if such a portion
exists (and empty otherwise).</li>
            <li>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.</li>
            <li>If the uri-path contains no more than one %x2F ("/") character, output
%x2F ("/") and skip the remaining step.</li>
            <li>Output the characters of the uri-path from the first character up to, but
not including, the right-most %x2F ("/").</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>The cookie-path is a prefix of the request-path, and the last character
of the cookie-path is %x2F ("/").</li>
            <li>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.</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>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.</li>
          <li>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).</li>
          <li>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.</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>Let <tt>top-document</tt> be the active document in <tt>document</tt>'s navigable's
top-level traversable.</li>
            <li>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.</li>
            <li>Let <tt>documents</tt> be a list consisting of the active documents of
<tt>document</tt>'s inclusive ancestor navigables.</li>
            <li>
              <t>For each <tt>item</tt> in <tt>documents</tt>:  </t>
              <ol spacing="normal" type="1"><li>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.</li>
                <li>If <tt>origin</tt> is not same-site with <tt>top-origin</tt>, return an origin set to
an opaque origin.</li>
              </ol>
            </li>
            <li>Return <tt>top-origin</tt>.</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>Let <tt>site</tt> be <tt>worker</tt>'s origin.</li>
              <li>
                <t>For each <tt>document</tt> in <tt>worker</tt>'s Documents:  </t>
                <ol spacing="normal" type="1"><li>Let <tt>document-site</tt> be <tt>document</tt>'s "site for cookies" (as defined
in <xref target="document-requests"/>).</li>
                  <li>If <tt>document-site</tt> is not same-site with <tt>site</tt>, return an origin
set to an opaque origin.</li>
                </ol>
              </li>
              <li>Return <tt>site</tt>.</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>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.</li>
          <li>
            <t>If the set-cookie-string contains a %x3B (";") character:  </t>
            <ol spacing="normal" type="1"><li>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).</li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>The name-value-pair string consists of all the characters contained in
the set-cookie-string, and the unparsed-attributes is the empty
string.</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>Remove any leading or trailing WSP characters from the name string and the
value string.</li>
          <li>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.</li>
          <li>The cookie-name is the name string, and the cookie-value is the value string.</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>If the unparsed-attributes string is empty, skip the rest of these steps.</li>
          <li>Discard the first character of the unparsed-attributes (which will be a
%x3B (";") character).</li>
          <li>
            <t>If the remaining unparsed-attributes contains a %x3B (";") character:  </t>
            <ol spacing="normal" type="1"><li>Consume the characters of the unparsed-attributes up to, but not
including, the first %x3B (";") character.</li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>Consume the remainder of the unparsed-attributes.</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>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.</li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>The attribute-name string consists of the entire cookie-av string,
and the attribute-value string is empty.</li>
            </ol>
          </li>
          <li>Remove any leading or trailing WSP characters from the attribute-name
string and the attribute-value string.</li>
          <li>If the attribute-value is longer than 1024 octets, ignore the cookie-av
string and return to Step 1 of this algorithm.</li>
          <li>Process the attribute-name and attribute-value according to the
requirements in the following subsections. (Notice that attributes with
unrecognized attribute-names are ignored.)</li>
          <li>Return to Step 1 of this algorithm.</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>Let the expiry-time be the result of parsing the attribute-value as
cookie-date (see <xref target="cookie-date"/>).</li>
            <li>If the attribute-value failed to parse as a cookie date, ignore the
cookie-av.</li>
            <li>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"/>).</li>
            <li>If the expiry-time is more than cookie-age-limit, the user agent MUST set the
expiry time to cookie-age-limit in seconds.</li>
            <li>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.</li>
            <li>Append an attribute to the cookie-attribute-list with an attribute-name
of Expires and an attribute-value of expiry-time.</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>If the attribute-value is empty, ignore the cookie-av.</li>
            <li>If the first character of the attribute-value is neither a DIGIT, nor a "-"
character followed by a DIGIT, ignore the cookie-av.</li>
            <li>If the remainder of attribute-value contains a non-DIGIT character, ignore
the cookie-av.</li>
            <li>Let delta-seconds be the attribute-value converted to a base 10 integer.</li>
            <li>Let cookie-age-limit be the maximum age of the cookie (which SHOULD be 400 days
or less, see <xref target="attribute-max-age"/>).</li>
            <li>Set delta-seconds to the smaller of its present value and cookie-age-limit.</li>
            <li>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.</li>
            <li>Append an attribute to the cookie-attribute-list with an attribute-name
of Max-Age and an attribute-value of expiry-time.</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>Let cookie-domain be the attribute-value.</li>
            <li>If cookie-domain starts with %x2E ("."), let cookie-domain be cookie-domain
without its leading %x2E (".").</li>
            <li>Convert the cookie-domain to lower case.</li>
            <li>Append an attribute to the cookie-attribute-list with an attribute-name
of Domain and an attribute-value of cookie-domain.</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>Let cookie-path be the default-path.</li>
              </ol>
              <t>
Otherwise:  </t>
              <ol spacing="normal" type="1"><li>Let cookie-path be the attribute-value.</li>
              </ol>
            </li>
            <li>Append an attribute to the cookie-attribute-list with an attribute-name
of Path and an attribute-value of cookie-path.</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>Let <tt>enforcement</tt> be "Default".</li>
            <li>If cookie-av's attribute-value is a case-insensitive match for "None",
set <tt>enforcement</tt> to "None".</li>
            <li>If cookie-av's attribute-value is a case-insensitive match for "Strict",
set <tt>enforcement</tt> to "Strict".</li>
            <li>If cookie-av's attribute-value is a case-insensitive match for "Lax", set
<tt>enforcement</tt> to "Lax".</li>
            <li>Append an attribute to the cookie-attribute-list with an attribute-name
of "SameSite" and an attribute-value of <tt>enforcement</tt>.</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>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.</li>
              <li>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.</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>A user agent MAY ignore a received cookie in its entirety. See
<xref target="ignoring-cookies"/>.</li>
          <li>If cookie-name is empty and cookie-value is empty, abort these steps and
ignore the cookie entirely.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>Set the cookie's persistent-flag to true.</li>
              <li>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".</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>Set the cookie's persistent-flag to true.</li>
              <li>Set the cookie's expiry-time to attribute-value of the last
attribute in the cookie-attribute-list with an attribute-name of
"Expires".</li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>Set the cookie's persistent-flag to false.</li>
              <li>Set the cookie's expiry-time to the latest representable date.</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>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.)</li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>Let the domain-attribute be the empty string.</li>
            </ol>
          </li>
          <li>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.</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>Let the domain-attribute be the empty string.</li>
                </ol>
                <t>
Otherwise:      </t>
                <ol spacing="normal" type="1"><li>Abort these steps and ignore the cookie entirely.</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>Abort these steps and ignore the cookie entirely.</li>
                </ol>
                <t>
Otherwise:      </t>
                <ol spacing="normal" type="1"><li>Set the cookie's host-only-flag to false.</li>
                  <li>Set the cookie's domain to the domain-attribute.</li>
                </ol>
              </li>
            </ol>
            <t>
Otherwise:  </t>
            <ol spacing="normal" type="1"><li>Set the cookie's host-only-flag to true.</li>
              <li>Set the cookie's domain to the canonicalized request-host.</li>
            </ol>
          </li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>Their name matches the name of the newly-created cookie.</li>
              <li>Their secure-only-flag is true.</li>
              <li>Their domain domain-matches the domain of the newly-created cookie, or
vice-versa.</li>
              <li>The path of the newly-created cookie path-matches the path of the
existing cookie.</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>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".</li>
          <li>
            <t>If the cookie's <tt>same-site-flag</tt> is not "None":  </t>
            <ol spacing="normal" type="1"><li>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.</li>
              <li>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.</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>Abort these steps and ignore the newly created cookie entirely.</li>
            </ol>
          </li>
          <li>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.</li>
          <li>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.</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>The cookie's secure-only-flag is true.</li>
              <li>The cookie's host-only-flag is true.</li>
              <li>The cookie-attribute-list contains an attribute with an attribute-name
of "Path", and the cookie's path is <tt>/</tt>.</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>the cookie-value begins with a case-insensitive match for the string
"__Secure-"</li>
              <li>the cookie-value begins with a case-insensitive match for the string
"__Host-"</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>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.)</li>
              <li>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.</li>
              <li>Update the creation-time of the newly-created cookie to match the
creation-time of the old-cookie.</li>
              <li>Remove the old-cookie from the cookie store.</li>
            </ol>
          </li>
          <li>Insert the newly-created cookie into the cookie store.</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>Expired cookies.</li>
          <li>Cookies whose secure-only-flag is false, and which share a domain field
with more than a predetermined number of other cookies.</li>
          <li>Cookies that share a domain field with more than a predetermined number of
other cookies.</li>
          <li>All cookies.</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>The cookie's host-only-flag is true and the canonicalized
host of the retrieval's URI is identical to the cookie's domain.</li>
                  </ul>
                  <t>
Or:      </t>
                  <ul spacing="normal">
                    <li>The cookie's host-only-flag is false and the canonicalized
host of the retrieval's URI domain-matches the cookie's domain.</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>The retrieval's URI's path path-matches the cookie's path.</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>If the cookie's http-only-flag is true, then exclude the cookie if the
retrieval's type is "non-HTTP".</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>The retrieval's type is "HTTP".</li>
                    <li>The same-site-flag is "Lax" or "Default".</li>
                    <li>The HTTP request associated with the retrieval uses a "safe" method.</li>
                    <li>The target browsing context of the HTTP request associated with the
retrieval is the active browsing context or a top-level traversable.</li>
                  </ul>
                </li>
              </ul>
            </li>
            <li>
              <t>The user agent SHOULD sort the cookie-list in the following order:  </t>
              <ul spacing="normal">
                <li>Cookies with longer paths are listed before cookies with shorter
paths.</li>
                <li>Among cookies that have equal-length path fields, cookies with earlier
creation-times are listed before cookies with later creation-times.</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>Update the last-access-time of each cookie in the cookie-list to the
current date and time.</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>If the cookies' name is not empty, output the cookie's name followed by
the %x3D ("=") character.</li>
                <li>If the cookies' value is not empty, output the cookie's value.</li>
                <li>If there is an unprocessed cookie in the cookie-list, output the
characters %x3B and %x20 ("; ").</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>At least 50 cookies per domain.</li>
          <li>At least 3000 cookies total.</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>authenticating users across sites,</li>
        <li>assembling information on users,</li>
        <li>protecting against fraud and other forms of undesirable traffic,</li>
        <li>targeting advertisements at specific users or at users with specified attributes,</li>
        <li>measuring how often ads are shown to users, and</li>
        <li>recognizing when an ad resulted in a change in user behavior.</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>All sensitive information conveyed in these header fields is exposed to an
eavesdropper.</li>
          <li>A malicious intermediary could alter the header fields as they travel in either
direction, with unpredictable results.</li>
          <li>A malicious client could alter the Cookie header fields before transmission,
with unpredictable results.</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>
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Duerst" initials="M." surname="Duerst">
              <organization/>
            </author>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <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>
        <name>Informative References</name>
        <reference anchor="RFC2818">
          <front>
            <title>HTTP Over TLS</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Mogul" initials="J." surname="Mogul">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="T. Gondrom" initials="T." surname="Gondrom">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="L. Montulli" initials="L." surname="Montulli">
              <organization/>
            </author>
            <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>Port <xref target="RFC6265"/> to Markdown. No (intentional) normative changes.</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>
                <eref target="https://github.com/httpwg/http-extensions/issues/243">https://github.com/httpwg/http-extensions/issues/243</eref></li>
              <li>
                <eref target="https://github.com/httpwg/http-extensions/issues/246">https://github.com/httpwg/http-extensions/issues/246</eref></li>
            </ul>
          </li>
          <li>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></li>
          <li>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></li>
          <li>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.</li>
          <li>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.</li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-02">
        <name>draft-ietf-httpbis-rfc6265bis-02</name>
        <ul spacing="normal">
          <li>Merged the recommendations from <xref target="I-D.ietf-httpbis-cookie-same-site"/>, adding
support for the <tt>SameSite</tt> attribute.</li>
          <li>
            <t>Closed a number of editorial bugs:  </t>
            <ul spacing="normal">
              <li>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></li>
              <li>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></li>
              <li>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></li>
              <li>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></li>
              <li>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></li>
              <li>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></li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-03">
        <name>draft-ietf-httpbis-rfc6265bis-03</name>
        <ul spacing="normal">
          <li>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></li>
          <li>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></li>
          <li>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></li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-04">
        <name>draft-ietf-httpbis-rfc6265bis-04</name>
        <ul spacing="normal">
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-05">
        <name>draft-ietf-httpbis-rfc6265bis-05</name>
        <ul spacing="normal">
          <li>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>.</li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-06">
        <name>draft-ietf-httpbis-rfc6265bis-06</name>
        <ul spacing="normal">
          <li>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>.</li>
          <li>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>.</li>
          <li>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>.</li>
          <li>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>.</li>
          <li>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>.</li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-07">
        <name>draft-ietf-httpbis-rfc6265bis-07</name>
        <ul spacing="normal">
          <li>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>.</li>
          <li>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>.</li>
          <li>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>.</li>
          <li>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>.</li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-08">
        <name>draft-ietf-httpbis-rfc6265bis-08</name>
        <ul spacing="normal">
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-09">
        <name>draft-ietf-httpbis-rfc6265bis-09</name>
        <ul spacing="normal">
          <li>Update cookie size requirements:
<eref target="https://github.com/httpwg/http-extensions/pull/1563">https://github.com/httpwg/http-extensions/pull/1563</eref></li>
          <li>Reject cookies with control characters:
<eref target="https://github.com/httpwg/http-extensions/pull/1576">https://github.com/httpwg/http-extensions/pull/1576</eref></li>
          <li>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></li>
          <li>Specify empty domain attribute handling:
<eref target="https://github.com/httpwg/http-extensions/pull/1709">https://github.com/httpwg/http-extensions/pull/1709</eref></li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-10">
        <name>draft-ietf-httpbis-rfc6265bis-10</name>
        <ul spacing="normal">
          <li>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>.</li>
          <li>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></li>
          <li>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></li>
          <li>Require ASCII for domain attributes:
<eref target="https://github.com/httpwg/http-extensions/pull/1969">https://github.com/httpwg/http-extensions/pull/1969</eref></li>
          <li>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>.</li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-11">
        <name>draft-ietf-httpbis-rfc6265bis-11</name>
        <ul spacing="normal">
          <li>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>.</li>
          <li>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></li>
          <li>Remove note regarding cookie serialization:
<eref target="https://github.com/httpwg/http-extensions/pull/2165">https://github.com/httpwg/http-extensions/pull/2165</eref></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>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></li>
          <li>Update editors and the acknowledgements
<eref target="https://github.com/httpwg/http-extensions/pull/2244">https://github.com/httpwg/http-extensions/pull/2244</eref></li>
          <li>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></li>
        </ul>
      </section>
      <section anchor="draft-ietf-httpbis-rfc6265bis-12">
        <name>draft-ietf-httpbis-rfc6265bis-12</name>
        <ul spacing="normal">
          <li>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></li>
          <li>Define top-level navigation
<eref target="https://github.com/httpwg/http-extensions/pull/2481">https://github.com/httpwg/http-extensions/pull/2481</eref></li>
          <li>Use navigables concept
<eref target="https://github.com/httpwg/http-extensions/pull/2478">https://github.com/httpwg/http-extensions/pull/2478</eref></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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
DWGHEsz5+V46KeYj3jUsQOq+sNEgXkz/OkzwtRoWmPZPMgovYcOBQ3vViPTy
EaZlDYW4s9DyR1aVidIyr++PTBbXWKVUZ1xotO+tvh7CmDmQRaIccQKD5yyO
6FVaPWdTAMLChQNJ5L+fE2vAZGdM5xt4CoMZNbsUVp38sENfDX4aUBSkZqZe
JbvOPqaTyHcUT0fv/TywQxI4nH1IX9z/Qb6l2DBnn9dHoieSB8mOBqvGP8iX
fn38rYzxD58O9uFV+Ofh6OAX/vRi9PCQPj08Gj3m7x6/GP147JLe/35KPpyO
KIDUhIVj6CroFwhDjLMdbn03xIjKQrnMWop5O0uszVIW21/Gu4lib71I60vn
wmGEU87YpINfPkDiP4ILw3+wA4Q+906ALhN+kpPG+DNG9qA2sP09jNBCZYef
92XT4E9nFuMXOBCj0yDCDyIjsh80yrn2F/Aqzf6PJ69fjub5pxlFUBgH8H+K
w/d/DRMbZvvjPzkDhbCK1/Dl4UUWrwJjY/Aij2b5BahDP1CEtGt9K3j0cH/0
8NnWk6JH62QfrioZE5JnLsDfLOOFBGLZVciDfFfsH/rWP3p31j9tXQA6eVWk
mgC/unZ6vuE/mB+tlfHs9BjPHT6GN35Ir+SKBiwx47HnYuAs2vgf1Z0xcBZn
wrvwJdYFaWOGPMpriv/UN6ly4QDQb/Aq/UT/vikLWIbFxu4O9IOFCNCDPUMP
bqACqA9TdLlEreO9p+SQnwbeayLmNBLKxSjD1Lohi5TYfchzEsqs+SoE/DKw
PZOdaF/X7AN6sJ1Fs8MsjPxnmKxAXNUmKaDr6p24cIWF8FI6KYTIqEQ8JKcN
Jb4rs6ZojOdkV1+umo3lALsoYJIpQh9GyRSF4WJVYfhtQ9IxllrBOnvMSD8c
1qSUukjJD9LAWD3RrRCOiGOohU3pA9mFDHRaWZU9xtPelEo6D3ROhaoDaTXJ
myqtNo4yGCjyI1qKwBBOloRVykiEJzlw0vte2U/+S1pnTx5JYPWTR08ppm/L
GXX2jMEjEzQeg1DKJFE4YeBSY4OTmnCDBkIeLS9ysnORQlkB5aDCh+0xFLaO
cqVgJjIDcCy55la11yaaslgDffZLXvSltNfeXNg59IgY5hRd7h37JqR+suEQ
YCwGGWUnjB8PpVoAnAdJ9ebh/YOH9uGD8T7ubA3H3zMti0sUrN+TTWIscOjo
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
Md4l1yTTtUk6GHNN8rxgciHg/eB/trNBfKnBAQA=

-->

</rfc>
