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
32593259URLs</a> to attempt to fetch them over <a>potentially trustworthy URLs</a> . If an upgraded request
32603260fails with a network error, it is retried over the original URL.
32613261
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.
32633264
32643265<div algorithm>
32653266<h4 id=https-upgrades-upgrade>HTTPS upgrade algorithm</h4>
@@ -4540,8 +4541,9 @@ steps:
45404541 <p> Optionally, run <a>upgrade an HTTP request</a> algorithm on <var> request</var> , if appropriate</a> .
45414542
45424543 <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.
45454547
45464548 <li><p> <a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a> .
45474549
You can’t perform that action at this time.
0 commit comments