Skip to content

Commit

Permalink
Fix w3c#675
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Sep 13, 2022
1 parent ac898f9 commit 8f5e223
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,10 @@ <h2>
interoperability issues.
</p>
<p class="fingerprint">
If too much information is given here, it increases the fingerprint surface.
Since it is only given for active tracks, the incremental exposure is small.
As this field is a fingerprinting vector, it MUST only be
exposed to contexts that the user interacted with in a deep
manner, for instance if <a href="https://w3c.github.io/mediacapture-main/#context-capturing-state">
context capturing state</a> returns true.
</p>
</dd>
<dt>
Expand All @@ -1509,11 +1511,10 @@ <h2>
the configuration is considered power efficient.
</p>
<p class="fingerprint">
This metric increases the fingerprint surface since it exposes
hardware information of active tracks. This exposure is small,
but hardware going missing could be a sign that hardware is
used by another application or that software fallback
happened. This could further increase the fingerprint surface.
As this field is a fingerprinting vector, it MUST only be
exposed to contexts that the user interacted with in a deep
manner, for instance if <a href="https://w3c.github.io/mediacapture-main/#context-capturing-state">
context capturing state</a> returns true.
</p>
</dd>
</dl>
Expand Down Expand Up @@ -2024,8 +2025,10 @@ <h2>
interoperability issues.
</p>
<p class="fingerprint">
If too much information is given here, it increases the fingerprint surface.
Since it is only given for active tracks, the incremental exposure is small.
As this field is a fingerprinting vector, it MUST only be
exposed to contexts that the user interacted with in a deep
manner, for instance if <a href="https://w3c.github.io/mediacapture-main/#context-capturing-state">
context capturing state</a> returns true.
</p>
</dd>
<dt>
Expand All @@ -2041,11 +2044,10 @@ <h2>
the configuration is considered power efficient.
</p>
<p class="fingerprint">
This metric increases the fingerprint surface since it exposes
hardware information of active tracks. This exposure is small,
but hardware going missing could be a sign that hardware is
used by another application or that software fallback
happened. This could further increase the fingerprint surface.
As this field is a fingerprinting vector, it MUST only be
exposed to contexts that the user interacted with in a deep
manner, for instance if <a href="https://w3c.github.io/mediacapture-main/#context-capturing-state">
context capturing state</a> returns true.
</p>
</dd>
<dt>
Expand Down

0 comments on commit 8f5e223

Please sign in to comment.