Skip to content

Commit

Permalink
Fix indent to make bikeshed happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 27, 2020
1 parent d9edb31 commit 47c1e9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MediaRecorder.bs
Expand Up @@ -970,16 +970,16 @@ A malicious website could try to use this information for <a>active
fingerprinting</a> in a number of ways, e.g. it might try to

- Infer the device and hardware characteristics or determine the operating
system vendor and/or version differences by means of identifying the user
agent capabilities: a UA might provide use of a certain codec and/or hardware
encoding accelerator only on a given platform (or generation thereof), or
those might have a resolution/frame rate limit, making it vulnerable to
fingerprinting.
system vendor and/or version differences by means of identifying the user
agent capabilities: a UA might provide use of a certain codec and/or hardware
encoding accelerator only on a given platform (or generation thereof), or
those might have a resolution/frame rate limit, making it vulnerable to
fingerprinting.

- Infer any of the above by statistical measurements of system performance: e.g.
the UA might provide different by-default bandwidth allocations depending on
the hardware capabilities, or the UA could try measuring the system load when
encoding different resolutions of certain input vectors.
the UA might provide different by-default bandwidth allocations depending on
the hardware capabilities, or the UA could try measuring the system load when
encoding different resolutions of certain input vectors.

The UAs should take measures to mitigate this <a>fingerprinting surface</a>
increase by e.g. implementing broad support for a given codec or MIME type and
Expand Down

0 comments on commit 47c1e9c

Please sign in to comment.