- From: poot <cvsmail@w3.org>
- Date: Wed, 20 Jan 2010 10:08:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify that sandbox='' also blocks writing cookies. (whatwg
r4617)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3677&r2=1.3678&f=h
http://html5.org/tools/web-apps-tracker?from=4616&to=4617
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3677
retrieving revision 1.3678
diff -u -d -r1.3677 -r1.3678
--- Overview.html 20 Jan 2010 00:49:55 -0000 1.3677
+++ Overview.html 20 Jan 2010 01:08:32 -0000 1.3678
@@ -16939,7 +16939,7 @@
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">
@@ -67278,6 +67278,7 @@
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
+ Chris Evans,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Received on Wednesday, 20 January 2010 01:09:14 UTC