Skip to content

Commit 3207ac0

Browse files
Merge pull request #95 from w3c/security-data
SHA: 963a072 Reason: push, by @alvestrand Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8981d5 commit 3207ac0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>WebRTC Encoded Transform</title>
66
<meta content="ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
8-
<meta content="Bikeshed version c5fd42b86, updated Mon Apr 5 16:27:33 2021 -0700" name="generator">
8+
<meta content="Bikeshed version c6f50773a, updated Fri Apr 16 16:45:47 2021 -0700" name="generator">
99
<link href="https://w3c.github.io/webrtc-encoded-transform/" rel="canonical">
10-
<meta content="1922fede2575b25cf978f0bd7057b2abe9ddec0b" name="document-revision">
10+
<meta content="963a072a52c562c26d8de38627c704453722e241" name="document-revision">
1111
<style>/* style-autolinks */
1212

1313
.css.css, .property.property, .descriptor.descriptor {
@@ -114,9 +114,9 @@
114114
--ins-bg: transparent;
115115

116116
--a-normal-text: #034575;
117-
--a-normal-underline: #707070;
117+
--a-normal-underline: #bbb;
118118
--a-visited-text: var(--a-normal-text);
119-
--a-visited-underline: #bbb;
119+
--a-visited-underline: #707070;
120120
--a-hover-bg: rgba(75%, 75%, 75%, .25);
121121
--a-active-text: #c00;
122122
--a-active-underline: #c00;
@@ -568,7 +568,7 @@
568568
<div class="head">
569569
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
570570
<h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
571-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-04-15">15 April 2021</time></span></h2>
571+
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-04-22">22 April 2021</time></span></h2>
572572
<div data-fill-with="spec-metadata">
573573
<dl>
574574
<dt>This version:
@@ -1083,6 +1083,12 @@ <h2 class="heading settled" data-level="6" id="privacy"><span class="secno">6. <
10831083
accessed using this API, since that would break the isolation rule.</p>
10841084
<p>The API will allow access to some aspects of timing information that are
10851085
otherwise unavailable, which allows some fingerprinting surface.</p>
1086+
<p>The API will give access to encoded media, which means that the JS application
1087+
will have full control over what’s delivered to internal components like
1088+
the packetizer or the decoder. This may require additional care with
1089+
auditing how data is handled inside these components.</p>
1090+
<p>For instance, packetizers may expect to see data only from trusted encoders,
1091+
and may not be audited for reception of data from untrusted sources.</p>
10861092
<h2 class="heading settled" data-level="7" id="examples"><span class="secno">7. </span><span class="content">Examples</span><a class="self-link" href="#examples"></a></h2>
10871093
<p>See the <a href="https://github.com/w3c/webrtc-encoded-transform/blob/master/explainer.md#code-examples">explainer document</a>.</p>
10881094
</main>

0 commit comments

Comments
 (0)