Skip to content

Commit f4dd516

Browse files
fmarierannevk
andauthored
Update fetch.bs
Co-authored-by: Anne van Kesteren <[email protected]>
1 parent fefa1dc commit f4dd516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2824,9 +2824,9 @@ given a <a for=/>request</a> <var>request</var>, run these steps:
28242824
with <var>request</var>.
28252825

28262826
<li><p>If <var>request</var>'s <a for=request>current URL</a>'s <a for=url>origin</a>'s
2827-
<a for=origin>host</a> ends with <code>.onion</code> or <code>.onion.</code> [[ONION]], and
2827+
<a for=origin>host</a> ends with "<code>.onion</code>" or "<code>.onion.</code>", and
28282828
is not <a>same origin</a> with <var>request</var>'s <a for=request>origin</a>, then set
2829-
<var>serializedOrigin</var> to `<code>null</code>`.
2829+
<var>serializedOrigin</var> to `<code>null</code>`. [[ONION]]
28302830

28312831
<li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>cors</code>" or
28322832
<var>request</var>'s <a for=request>mode</a> is "<code>websocket</code>", then

0 commit comments

Comments
 (0)