Skip to content

Commit 30c772e

Browse files
committed
Make the refs to CSP all to the CSP2 CR
1 parent 96cd293 commit 30c772e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Upgrade Insecure Requests</h1>
1818
!Participate: <a href="https://github.com/w3c/webappsec-upgrade-insecure-requests/issues/new">File an issue</a> (<a href="https://github.com/w3c/webappsec-upgrade-insecure-requests/issues">open issues</a>)
1919
</pre>
2020
<pre class="anchors">
21-
spec: CSP2; urlPrefix: https://www.w3.org/TR/CSP2/
21+
spec: CSP; urlPrefix: https://www.w3.org/TR/CSP/
2222
type: dfn
2323
text: content-security-policy
2424
text: content-security-policy-report-only
@@ -135,8 +135,8 @@ <h1>Upgrade Insecure Requests</h1>
135135
"CSP": {
136136
"authors": [ "Mike West", "Dan Veditz" ],
137137
"title": "Content Security Policy",
138-
"href": "https://w3c.github.io/webappsec/specs/content-security-policy/",
139-
"status": "WD",
138+
"href": "https://www.w3.org/TR/CSP/",
139+
"status": "CR",
140140
"publisher": "W3C"
141141
},
142142
"NYT-HTTPS": {
@@ -606,7 +606,7 @@ <h4 id="mix">Relation to "Mixed Content"</h4>
606606
requests being rewritten at the top of the <a>Fetching</a> algorithm
607607
[[!FETCH]], as specified in [[#upgrade-request]]. It's important to note that
608608
the rewrite happens <em>before</em> either Mixed Content [[MIX]] or Content
609-
Security Policy checks take effect [[CSP2]].
609+
Security Policy checks take effect [[CSP]].
610610

611611
This ordering means that upgraded requests <em>will not</em> be flagged as
612612
mixed content. Moreover, it means that
@@ -862,7 +862,7 @@ <h3 id="reporting-upgrades">Reporting Upgrades</h3>
862862
</ol>
863863
</div>
864864

865-
Note: This will be significantly clarified once [[CSP2]] is rewritten in terms
865+
Note: This will be significantly clarified once [[CSP]] is rewritten in terms
866866
of [[FETCH]].
867867
</section>
868868

0 commit comments

Comments
 (0)