From fb0797ec8fcdfa93f3700f594e6a115e651cb2b4 Mon Sep 17 00:00:00 2001 From: sbingler Date: Wed, 6 Mar 2024 22:45:22 +0000 Subject: [PATCH 1/4] Remove consideration of redirect chain --- draft-ietf-httpbis-rfc6265bis.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/draft-ietf-httpbis-rfc6265bis.md b/draft-ietf-httpbis-rfc6265bis.md index c95694658..c25f82d62 100644 --- a/draft-ietf-httpbis-rfc6265bis.md +++ b/draft-ietf-httpbis-rfc6265bis.md @@ -17,7 +17,7 @@ venue: type: Working Group home: https://httpwg.org/ mail: ietf-http-wg@w3.org - arch: https://lists.w3.org/Archives/Public/ietf-http-wg/ + arch: https://lists.w3.org/Archives/Publi5.7.1. The Cookie Header Fieldc/ietf-http-wg/ repo: https://github.com/httpwg/http-extensions/labels/6265bis github-issue-label: 6265bis @@ -1053,15 +1053,11 @@ following conditions holds: Two origins are same-site if they satisfy the "same site" criteria defined in {{SAMESITE}}. A request is "same-site" if the following criteria are true: -1. 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. - -2. The request is not the result of a reload navigation triggered through a +1. 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). -3. The request's current url's origin is same-site with the request's +2. 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. @@ -2691,6 +2687,11 @@ The "Cookie Attribute Registry" should be created with the registrations below: * Use navigables concept +## draft-ietf-httpbis-rfc6265bis-14 + +* Remove consideration of same-site redirect chain + + # Acknowledgements {:numbered="false"} From 2b005d81f371bc15fe49b57fc3a7b2910f0ae29f Mon Sep 17 00:00:00 2001 From: sbingler Date: Wed, 6 Mar 2024 22:51:18 +0000 Subject: [PATCH 2/4] Fix header --- draft-ietf-httpbis-rfc6265bis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-rfc6265bis.md b/draft-ietf-httpbis-rfc6265bis.md index c25f82d62..8301f35b8 100644 --- a/draft-ietf-httpbis-rfc6265bis.md +++ b/draft-ietf-httpbis-rfc6265bis.md @@ -17,7 +17,7 @@ venue: type: Working Group home: https://httpwg.org/ mail: ietf-http-wg@w3.org - arch: https://lists.w3.org/Archives/Publi5.7.1. The Cookie Header Fieldc/ietf-http-wg/ + arch: https://lists.w3.org/Archives/Public/ietf-http-wg/ repo: https://github.com/httpwg/http-extensions/labels/6265bis github-issue-label: 6265bis From 7f484f6d556bb393ef4f20d1048165a2f7798fcb Mon Sep 17 00:00:00 2001 From: sbingler Date: Thu, 7 Mar 2024 16:04:40 +0000 Subject: [PATCH 3/4] Remove angled brackets --- draft-ietf-httpbis-rfc6265bis.md | 1 - 1 file changed, 1 deletion(-) diff --git a/draft-ietf-httpbis-rfc6265bis.md b/draft-ietf-httpbis-rfc6265bis.md index 8301f35b8..3edccd624 100644 --- a/draft-ietf-httpbis-rfc6265bis.md +++ b/draft-ietf-httpbis-rfc6265bis.md @@ -2690,7 +2690,6 @@ The "Cookie Attribute Registry" should be created with the registrations below: ## draft-ietf-httpbis-rfc6265bis-14 * Remove consideration of same-site redirect chain - # Acknowledgements From 29e3edaaded0b36aab83604ae1d1800eb68a1988 Mon Sep 17 00:00:00 2001 From: sbingler Date: Thu, 7 Mar 2024 16:21:22 +0000 Subject: [PATCH 4/4] Add PR link --- draft-ietf-httpbis-rfc6265bis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft-ietf-httpbis-rfc6265bis.md b/draft-ietf-httpbis-rfc6265bis.md index 3edccd624..3376dd575 100644 --- a/draft-ietf-httpbis-rfc6265bis.md +++ b/draft-ietf-httpbis-rfc6265bis.md @@ -2690,6 +2690,7 @@ The "Cookie Attribute Registry" should be created with the registrations below: ## draft-ietf-httpbis-rfc6265bis-14 * Remove consideration of same-site redirect chain + # Acknowledgements