You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<p>A <a for=/>request</a>'s <a for=request>destination</a> is
@@ -3450,8 +3447,7 @@ steps:
3450
3447
3451
3448
<li><p>Run <a>report Content Security Policy violations for <var>request</var></a>.
3452
3449
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>.
3455
3451
3456
3452
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a>,
3457
3453
<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