We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d250e64 + 58b3e21 commit 65f77f1Copy full SHA for 65f77f1
fetch.bs
@@ -4528,6 +4528,10 @@ steps:
4528
4529
<li><p>Optionally, run <a>upgrade an HTTP request</a> algorithm on <var>request</var>, if appropriate</a>.
4530
4531
+ <p class="note">HTTPS upgrading only applies to requests with <a>HTTP(S) scheme</a>s, but it's done
4532
+ in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content</a>
4533
+ step runs next and applies to the upgraded request.</p>
4534
+
4535
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
4536
4537
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a>,
0 commit comments