Skip to content

Commit 19014df

Browse files
committed
Fix linking errors from #171
1 parent 9c88c10 commit 19014df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,14 @@ <h2>NEL policies</h2>
338338

339339
<p>
340340
A <a>NEL policy</a> is <dfn>stale</dfn> if the <a>duration from</a> its
341-
<a>creation</a> to the <a>current wall time</a> is greater than 172800
342-
seconds (48 hours).
341+
<a>creation</a> to the [=wall clock=]'s [=wall clock/unsafe current time=]
342+
is greater than 172800 seconds (48 hours).
343343
</p>
344344

345345
<p>
346346
A <a>NEL policy</a> is <dfn>expired</dfn> if the <a>duration from</a> its
347-
<a>creation</a> to the <a>current wall time</a> is greater than its
348-
<a>ttl</a> (in seconds).
347+
<a>creation</a> to the [=wall clock=]'s [=wall clock/unsafe current time=]
348+
is greater than its <a>ttl</a> (in seconds).
349349
</p>
350350
</section>
351351

@@ -695,7 +695,7 @@ <h2>Process policy headers</h2>
695695
<dd>the value of <var>item</var>'s <a>max_age</a> member</dd>
696696

697697
<dt><a>creation</a></dt>
698-
<dd>the <a>current wall time</a></dd>
698+
<dd>the [=environment settings object/current wall time=]</dd>
699699

700700
<dt><a>successful sampling rate</a></dt>
701701
<dd>
@@ -1902,7 +1902,7 @@ <h2>Privacy Considerations</h2>
19021902
NEL report only contains information available from DNS itself. This
19031903
prevents <a>servers</a> from abusing NEL to collect more information about
19041904
their users than they already have access to. Note that NEL reports will
1905-
include a web site's public IP address in the <a>report body</a>'s
1905+
include a web site's public IP address in the [=report/body|report body=]'s
19061906
<code>server_ip</code> field, which may not always be known to the service
19071907
which generates the NEL header, for example if it is behind a load
19081908
balancer or other transparent MitM proxy.

0 commit comments

Comments
 (0)