Skip to content

Commit db578b4

Browse files
committed
Probing for frequency readouts might increase fingerprinting risk.
Closes #99.
1 parent 6860294 commit db578b4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

index.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ limiting event rates available to web application developers.
282282

283283
Note: do we really want this mitigation strategy?
284284

285+
Frequency polling in [=periodic reporting=] mode
286+
might allow the fingerprinting of hardware or implementation types,
287+
by probing which actual frequencies are supported by the platform.
288+
285289
Minimizing the accuracy of a sensor's readout
286290
generally decreases the risk of fingerprinting.
287291
User agents should not provide unnecessarily verbose readouts of sensors data.

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,9 @@

17741774
User agents may reduce the risk by
17751775
limiting event rates available to web application developers.p>
17761776
<p class="note" role="note">Note: do we really want this mitigation strategy?p>
1777+
<p>Frequency polling in <a data-link-type="dfn">periodic reportinga> mode
1778+
might allow the fingerprinting of hardware or implementation types,
1779+
by probing which actual frequencies are supported by the platform.p>
17771780
<p>Minimizing the accuracy of a sensor’s readout
17781781
generally decreases the risk of fingerprinting.
17791782
User agents should not provide unnecessarily verbose readouts of sensors data.

0 commit comments

Comments
 (0)