- From: poot <cvsmail@w3.org>
- Date: Wed, 13 Jan 2010 12:09:21 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make <iframe sandbox=''> block localStorage and openDatabase. (whatwg r4584) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3659&r2=1.3660&f=h http://html5.org/tools/web-apps-tracker?from=4583&to=4584 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3659 retrieving revision 1.3660 diff -u -d -r1.3659 -r1.3660 --- Overview.html 13 Jan 2010 01:39:50 -0000 1.3659 +++ Overview.html 13 Jan 2010 03:09:07 -0000 1.3660 @@ -16931,7 +16931,7 @@ <p>This flag also <a href="#sandboxCookies">prevents script from reading the <code title="dom-document-cookie">document.cookie</code> IDL - attribute</a>.</p> + attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code> and <code title="dom-opendatabase">openDatabase()</code>.</p> <div class="note">
Received on Wednesday, 13 January 2010 03:09:49 UTC