Skip to content

Commit

Permalink
[e] (0) Mention CORS in text/event-stream security considerations.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13155

git-svn-id: http://svn.whatwg.org/webapps@6369 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2011
1 parent 56cf59c commit e9f504e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -80275,9 +80275,8 @@ <h5 id=text/event-stream><span class=secno>11.2.9.1 </span><dfn><code>text/event

<p>An event stream from an origin distinct from the origin of the
content consuming the event stream can result in information
leakage. To avoid this, user agents are required to <!--v2: apply
CORS semantics or--> block all cross-origin loads. <!--v2: <a
href="#refsCORS">[CORS]</a>--></p>
leakage. To avoid this, user agents are required to apply CORS
semantics. <a href=#refsCORS>[CORS]</a></p>

<p>Event streams can overwhelm a user agent; a user agent is
expected to apply suitable restrictions to avoid depleting local
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -90854,9 +90854,8 @@ data:&nbsp;test</pre>

<p>An event stream from an origin distinct from the origin of the
content consuming the event stream can result in information
leakage. To avoid this, user agents are required to <!--v2: apply
CORS semantics or--> block all cross-origin loads. <!--v2: <a
href="#refsCORS">[CORS]</a>--></p>
leakage. To avoid this, user agents are required to apply CORS
semantics. <a href="#refsCORS">[CORS]</a></p>

<p>Event streams can overwhelm a user agent; a user agent is
expected to apply suitable restrictions to avoid depleting local
Expand Down

0 comments on commit e9f504e

Please sign in to comment.