Skip to content

Commit 520ae83

Browse files
authored
Add notes RE privacy IG issues (#339)
1 parent d472866 commit 520ae83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,9 @@ <h3>
641641
"FETCH#record-connection-timing-info">Recording connection timing
642642
info</a> for more info.
643643
</p>
644+
<p class="note">
645+
Issue <a href="https://github.com/w3c/resource-timing/issues/221">221</a> suggests to remove support for nextHopProtocol, as it can reveal details about the user's network configuration.
646+
</p>
644647
<p data-dfn-for="PerformanceResourceTiming">
645648
The <dfn>requestStart</dfn> getter steps are to <a>convert fetch
646649
timestamp</a> for <a>this</a>'s <a data-for=
@@ -1024,6 +1027,11 @@ <h4>
10241027
the header's value may come from the revalidation response, or if
10251028
not present there, from the original cached resource.
10261029
</p>
1030+
<p class="note">
1031+
Issues <a href="https://github.com/w3c/resource-timing/issues/222">222</a> and
1032+
<a href="https://github.com/w3c/resource-timing/issues/223">223</a>
1033+
suggest to remove wildcard support from Timing-Allow-Origin in order to restrict its use.
1034+
</p>
10271035
</section>
10281036
<section id="sec-iana-considerations">
10291037
<h4>

0 commit comments

Comments
 (0)