@@ -54,7 +54,7 @@ Scripts, of course, are not the only response type which would benefit
54
54
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
- [ HSTS ] : http ://tools.ietf.org/html/rfc6797
57
+ [ HSTS ] : https ://tools.ietf.org/html/rfc6797
58
58
[ pinned public keys ] : https://tools.ietf.org/html/rfc7469
59
59
60
60
<section >
@@ -145,17 +145,17 @@ is an origin whose scheme component is <code>HTTPS</code>.
145
145
The <dfn >message body</dfn > and the <dfn >transfer encoding</dfn > of a resource
146
146
are defined by [ RFC7230, section 3] [ messagebody ] . [[ !RFC7230]]
147
147
148
- [ messagebody ] : http ://tools.ietf.org/html/rfc7230#section-3
148
+ [ messagebody ] : https ://tools.ietf.org/html/rfc7230#section-3
149
149
150
150
The <dfn >representation data</dfn > and <dfn >content encoding</dfn > of a resource
151
151
are defined by [ RFC7231, section 3] [ representationdata ] . [[ !RFC7231]]
152
152
153
- [ representationdata ] : http ://tools.ietf.org/html/rfc7231#section-3
153
+ [ representationdata ] : https ://tools.ietf.org/html/rfc7231#section-3
154
154
155
155
A <dfn >base64 encoding</dfn > is defined in [ RFC 4648, section 4] [ base64 ] .
156
156
[[ !RFC4648]]
157
157
158
- [ base64 ] : http ://tools.ietf.org/html/rfc4648#section-4
158
+ [ base64 ] : https ://tools.ietf.org/html/rfc4648#section-4
159
159
160
160
The <dfn >SHA-256</dfn >, <dfn >SHA-384</dfn >, and <dfn >SHA-512</dfn > are part
161
161
of the <dfn >SHA-2</dfn > set of cryptographic hash functions defined by the
@@ -224,7 +224,7 @@ result of the following command line:
224
224
echo -n "alert('Hello, world.');" | openssl dgst -sha256 -binary | openssl enc -base64 -A
225
225
226
226
[ csp2-section42 ] : http://www.w3.org/TR/CSP2/#source-list-syntax
227
- [ openssl ] : http ://www.openssl.org/
227
+ [ openssl ] : https ://www.openssl.org/
228
228
</div >
229
229
230
230
[ sha2 ] : #dfn-sha-2
@@ -341,7 +341,7 @@ only deliver integrity metadata on a [potentially secure origin][]. See
341
341
342
342
{:.note}
343
343
344
- [ uri-origin ] : http ://tools.ietf.org/html/rfc6454#section-4
344
+ [ uri-origin ] : https ://tools.ietf.org/html/rfc6454#section-4
345
345
[ Non-secure contexts remain non-secure ] : #non-secure-contexts-remain-non-secure
346
346
347
347
The following algorithm details these restrictions:
@@ -359,8 +359,8 @@ fetch failed the CORS checks, it won't be available to us for integrity
359
359
checking because it won't have loaded successfully.
360
360
{:.note}
361
361
362
- [ fetch-mode ] : http ://fetch.spec.whatwg.org/#concept-request-mode
363
- [ fetch-origin ] : http ://fetch.spec.whatwg.org/#concept-request-origin
362
+ [ fetch-mode ] : https ://fetch.spec.whatwg.org/#concept-request-mode
363
+ [ fetch-origin ] : https ://fetch.spec.whatwg.org/#concept-request-origin
364
364
</section ><!-- Algorithms::eligible -->
365
365
<section >
366
366
#### Parse <var >metadata</var >.
@@ -450,7 +450,7 @@ SHA256 hash value.
450
450
User agents may allow users to modify the result of this algorithm via user
451
451
preferences, bookmarklets, third-party additions to the user agent, and other
452
452
such mechanisms. For example, redirects generated by an extension like
453
- [ HTTPSEverywhere ] ( https://www.eff.org/https-everywhere ) could load and execute
453
+ [ HTTPS Everywhere ] ( https://www.eff.org/https-everywhere ) could load and execute
454
454
correctly, even if the HTTPS version of a resource differs from the HTTP
455
455
version.
456
456
{:.note}
@@ -668,8 +668,8 @@ To help inform intermediate servers, those serving the resources SHOULD
668
668
send along with the resource a [ ` Cache-Control ` ] [ cachecontrol ] header
669
669
with a value of [ ` no-transform ` ] [ notransform ] .
670
670
671
- [ cachecontrol ] : http ://tools.ietf.org/html/rfc7234#section-5.2
672
- [ notransform ] : http ://tools.ietf.org/html/rfc7234#section-5.2.1.6
671
+ [ cachecontrol ] : https ://tools.ietf.org/html/rfc7234#section-5.2
672
+ [ notransform ] : https ://tools.ietf.org/html/rfc7234#section-5.2.1.6
673
673
674
674
</section ><!-- /Implementation -->
675
675
0 commit comments