Skip to content

Commit

Permalink
[e] (0) Clarify that sandbox='' also blocks writing cookies.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4617 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2010
1 parent c3dd165 commit 77742c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -19759,7 +19759,7 @@ <h4 id=the-iframe-element><span class=secno>4.8.3 </span>The <dfn><code>iframe</
origin</a> for the purposes of the <a href=#origin title=origin>same-origin policy</a>.</p>

<p>This flag also <a href=#sandboxCookies>prevents script from
reading the <code title=dom-document-cookie>document.cookie</code> IDL
reading from or writing to the <code title=dom-document-cookie>document.cookie</code> IDL
attribute</a>, and blocks access to <code title=dom-localStorage><a href=#dom-localstorage>localStorage</a></code> and <code title=dom-opendatabase>openDatabase()</code>.</p>

<div class=note>
Expand Down Expand Up @@ -87491,6 +87491,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
Chris Evans,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -19659,7 +19659,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
origin</a> for the purposes of the <a href=#origin title=origin>same-origin policy</a>.</p>

<p>This flag also <a href=#sandboxCookies>prevents script from
reading the <code title=dom-document-cookie>document.cookie</code> IDL
reading from or writing to the <code title=dom-document-cookie>document.cookie</code> IDL
attribute</a>, and blocks access to <code title=dom-localStorage>localStorage</code> and <code title=dom-opendatabase>openDatabase()</code>.</p>

<div class=note>
Expand Down Expand Up @@ -81990,6 +81990,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
Chris Evans,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -21023,7 +21023,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
title="origin">same-origin policy</span>.</p>

<p>This flag also <a href="#sandboxCookies">prevents script from
reading the <code
reading from or writing to the <code
title="dom-document-cookie">document.cookie</code> IDL
attribute</a>, and blocks access to <code
title="dom-localStorage">localStorage</code> and <code
Expand Down Expand Up @@ -97959,6 +97959,7 @@ interface <span>HTMLDocument</span> {
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
Chris Evans,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Expand Down

0 comments on commit 77742c3

Please sign in to comment.