Skip to content

Commit 72c2dba

Browse files
committed
MIX: Dropping the irrelevant CORS mode check from passthrough requests.
1 parent e312ede commit 72c2dba

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

specs/mixedcontent/index.src.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -745,19 +745,8 @@ <h3 id="should-block-fetch">
745745
</li>
746746
<li>
747747
<var>request</var>'s <a>initiator</a> is "<code>fetch</code>", and
748-
<a>destination</a> is "<code>subresource</code>", and either of the
749-
following conditions are met:
750-
751-
<ol>
752-
<li>
753-
<var>request</var> is <em>not</em> a <a>passthrough
754-
request</a>.
755-
</li>
756-
<li>
757-
If <var>request</var>'s <code>mode</code> is not
758-
<code>no-cors</code>.
759-
</li>
760-
</ol>
748+
<a>destination</a> is "<code>subresource</code>", and
749+
<var>request</var> is <em>not</em> a <a>passthrough request</a>.
761750
</li>
762751
</ol>
763752
</li>

0 commit comments

Comments
 (0)