Skip to content

Commit f1a061c

Browse files
committed
Add consderation of data cleanliness for security
Fixes #20
1 parent d7bc9b1 commit f1a061c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ accessed using this API, since that would break the isolation rule.
359359
The API will allow access to some aspects of timing information that are
360360
otherwise unavailable, which allows some fingerprinting surface.
361361

362+
The API will give access to encoded media, which means that the JS application
363+
will have full control over what's delivered to internal components like
364+
the packetizer or the decoder. This may require additional care with
365+
auditing how data is handled inside these components.
362366

363367
# Examples # {#examples}
364368

0 commit comments

Comments
 (0)