Skip to content

Commit

Permalink
RFC6265bis: Clarify address bar behavior. Closes #201.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Aug 7, 2017
1 parent 13f54b9 commit f542169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions draft-ietf-httpbis-rfc6265bis.md
Expand Up @@ -949,6 +949,9 @@ For a given request ("request"), the following algorithm returns `same-site` or

1. If `request`'s client is `null`, return `same-site`.

Note that this is the case for navigation triggered by the user directly
(e.g. by typing directly into a user agent's address bar).

2. Let `site` be `request`'s client's "site for cookies" (as defined in the
following sections).

Expand Down

0 comments on commit f542169

Please sign in to comment.