File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2601,7 +2601,7 @@ if the <a>CORS protocol</a> is understood. It uses `<code>OPTIONS</code>` as
2601
2601
<a for=response>URL</a> for the purposes of the <a>CORS protocol</a> .
2602
2602
2603
2603
<dt> `<dfn export http-header id=http-access-control-max-age><code>Access-Control-Max-Age</code></dfn> `
2604
- <dd><p> Indicates how long the information provided by the
2604
+ <dd><p> Indicates the number of seconds (5 by default) the information provided by the
2605
2605
`<a http-header><code>Access-Control-Allow-Methods</code></a> ` and
2606
2606
`<a http-header><code>Access-Control-Allow-Headers</code></a> ` <a for=/>headers</a> can be cached.
2607
2607
</dl>
@@ -4955,7 +4955,7 @@ run these steps:
4955
4955
`<a http-header><code>Access-Control-Max-Age</code></a> ` and <var> response</var> 's
4956
4956
<a for=response>header list</a> .
4957
4957
4958
- <li><p> If <var> max-age</var> is failure or null, then set <var> max-age</var> to zero .
4958
+ <li><p> If <var> max-age</var> is failure or null, then set <var> max-age</var> to 5 .
4959
4959
4960
4960
<li><p> If <var> max-age</var> is greater than an imposed limit on
4961
4961
<a for="cache entry">max-age</a> , then set <var> max-age</var> to the imposed limit.
You can’t perform that action at this time.
0 commit comments