Skip to content

Commit b0068bc

Browse files
authored
Editorial: update Upgrade Insecure Requests reference
Also fix a minor typo in the ABNF definition and remove SRI from the list of things depending on request destination. I don't think it ever did. Fixes #409.
1 parent 873a42e commit b0068bc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

fetch.bs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ url:https://tools.ietf.org/html/rfc8941#section-4.2;text:parsing structured fiel
5151
"SW": {
5252
"aliasOf": "service-workers"
5353
},
54-
"UPGRADE": {
55-
"aliasOf": "upgrade-insecure-requests"
56-
},
5754
"HSTS": {
5855
"aliasOf": "RFC6797"
5956
},
@@ -120,6 +117,7 @@ everything that involves, including:
120117
<li>Fetch Metadata [[!FETCH-METADATA]]
121118
<li>Service workers [[!SW]]
122119
<li>Mixed Content [[!MIX]]
120+
<li>Upgrade Insecure Requests [[!UPGRADE-INSECURE-REQUESTS]]
123121
<li>`<code>Referer</code>` [[!REFERRER]]
124122
</ul>
125123

@@ -162,8 +160,8 @@ Streams, and URL Standards.
162160
[[!STREAMS]]
163161
[[!URL]]
164162

165-
<p><dfn>ABNF</dfn> means ABNF as augmented by HTTP (in particular the addition <code>#</code>) and
166-
RFC 7405. [[!RFC7405]]
163+
<p><dfn>ABNF</dfn> means ABNF as augmented by HTTP (in particular the addition of <code>#</code>)
164+
and RFC 7405. [[!RFC7405]]
167165

168166
<hr>
169167

@@ -1318,7 +1316,6 @@ the empty string,
13181316
* CSP: https://w3c.github.io/webappsec-csp/#effective-directive-for-a-request
13191317
* Mixed Content
13201318
* Preload: https://w3c.github.io/preload/#processing
1321-
* SRI
13221319
* HTML -->
13231320

13241321
<p>A <a for=/>request</a>'s <a for=request>destination</a> is
@@ -3450,8 +3447,7 @@ steps:
34503447

34513448
<li><p>Run <a>report Content Security Policy violations for <var>request</var></a>.
34523449

3453-
<li><p><a href=https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request>Upgrade <var>request</var> to a potentially secure URL, if appropriate</a>.
3454-
[[!UPGRADE]]
3450+
<li><p><a>Upgrade <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
34553451

34563452
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a>,
34573453
<a lt="should fetching request be blocked as mixed content?">should fetching <var>request</var> be blocked as mixed content</a>, or

0 commit comments

Comments
 (0)