File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3259,7 +3259,8 @@ through TLS using ALPN. The protocol cannot be spoofed through HTTP requests in
3259
3259
URLs</a> to attempt to fetch them over <a>potentially trustworthy URLs</a> . If an upgraded request
3260
3260
fails with a network error, it is retried over the original URL.
3261
3261
3262
- <p> The HTTPS upgrading algorithm consists of upgrade and fallback algorithms.
3262
+ <p> The HTTPS upgrading algorithm consists of <a>upgrade an HTTP request</a> and <a>HTTPS upgrade
3263
+ fallback</a> algorithms.
3263
3264
3264
3265
<div algorithm>
3265
3266
<h4 id=https-upgrades-upgrade>HTTPS upgrade algorithm</h4>
@@ -4540,8 +4541,9 @@ steps:
4540
4541
<p> Optionally, run <a>upgrade an HTTP request</a> algorithm on <var> request</var> , if appropriate</a> .
4541
4542
4542
4543
<p class=note> HTTPS upgrading only applies to requests with <a>HTTP(S) scheme</a> s, but it's done
4543
- in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content</a>
4544
- step runs next and applies to the upgraded request.
4544
+ in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content
4545
+ <var>request</var> to a potentially trustworthy URL, if appropriate</a> step runs next and applies
4546
+ to the upgraded request.
4545
4547
4546
4548
<li><p> <a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a> .
4547
4549
You can’t perform that action at this time.
0 commit comments