Skip to content

Commit 963a072

Browse files
authored
Merge pull request #95 from w3c/security-data
Add consideration of data cleanliness for security
2 parents 1922fed + 8d4dd34 commit 963a072

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.bs

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

364+
The API will give access to encoded media, which means that the JS application
365+
will have full control over what's delivered to internal components like
366+
the packetizer or the decoder. This may require additional care with
367+
auditing how data is handled inside these components.
368+
369+
For instance, packetizers may expect to see data only from trusted encoders,
370+
and may not be audited for reception of data from untrusted sources.
364371

365372
# Examples # {#examples}
366373

0 commit comments

Comments
 (0)