From f4dd5166b4daaf2322bb9522c0228a24942cc1ee Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Wed, 10 Nov 2021 14:54:52 -0800 Subject: [PATCH] Update fetch.bs Co-authored-by: Anne van Kesteren --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 7cbadab09..9f5a4bac9 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2824,9 +2824,9 @@ given a request request, run these steps: with request.
  • If request's current URL's origin's - host ends with .onion or .onion. [[ONION]], and + host ends with ".onion" or ".onion.", and is not same origin with request's origin, then set - serializedOrigin to `null`. + serializedOrigin to `null`. [[ONION]]

  • If request's response tainting is "cors" or request's mode is "websocket", then