@@ -55,7 +55,7 @@ from integrity validation. The scheme specified here also applies to `link`
55
55
and future versions of the specification are likely to expand this coverage.
56
56
57
57
[ HSTS ] : http://tools.ietf.org/html/rfc6797
58
- [ pinned public keys ] : http ://tools.ietf.org/html/draft-ietf-websec-key-pinning
58
+ [ pinned public keys ] : https ://tools.ietf.org/html/rfc7469
59
59
60
60
<section >
61
61
### Goals
@@ -127,11 +127,11 @@ The term <dfn>origin</dfn> is defined in the Origin specification.
127
127
[[ !RFC6454]]
128
128
129
129
The terms <dfn >secure document</dfn > and
130
- <dfn >secure context</dfn > are defined in [ section 2 of the Secure
130
+ <dfn >secure context</dfn > are defined in section 2 of the [ Secure
131
131
Contexts] [ securecontext ] specification. An example of a secure document is a
132
132
document loaded over HTTPS. A counterexample is a document loaded over HTTP.
133
133
134
- [ securecontext ] : https ://w3c.github.io/webappsec/specs/powerfulfeatures/#terms
134
+ [ securecontext ] : http ://www.w3.org/TR/powerful-features/
135
135
[ secure context ] : #dfn-secure-context
136
136
[ secure document ] : #dfn-secure-document
137
137
@@ -223,7 +223,7 @@ result of the following command line:
223
223
224
224
echo -n "alert('Hello, world.');" | openssl dgst -sha256 -binary | openssl enc -base64 -A
225
225
226
- [ csp2-section42 ] : http://www.w3.org/TR/CSP11 /#source-list-syntax
226
+ [ csp2-section42 ] : http://www.w3.org/TR/CSP2 /#source-list-syntax
227
227
[ openssl ] : http://www.openssl.org/
228
228
</div >
229
229
@@ -342,7 +342,7 @@ only deliver integrity metadata on a [potentially secure origin][]. See
342
342
{:.note}
343
343
344
344
[ uri-origin ] : http://tools.ietf.org/html/rfc6454#section-4
345
- [ Non-secure contexts remain non-secure ] : #non-secure-contexts-remain-non-secure-1
345
+ [ Non-secure contexts remain non-secure ] : #non-secure-contexts-remain-non-secure
346
346
347
347
The following algorithm details these restrictions:
348
348
@@ -693,7 +693,7 @@ algorithms as defined in [section 5 of the Mixed
693
693
Content] [ mixedcontent-algorithms ]
694
694
specification.
695
695
696
- [ Securing the Web ] : https ://w3ctag.github.io/ web-https/
696
+ [ Securing the Web ] : http ://www.w3.org/2001/tag/doc/ web-https
697
697
[ mixedcontent-algorithms ] : http://www.w3.org/TR/mixed-content/#algorithms
698
698
</section ><!-- /Security::Non-secure contexts remain non-secure -->
699
699
0 commit comments