[html5] r4617 - [e] (0) Clarify that sandbox='' also blocks writing cookies.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 19 17:08:27 PST 2010


Author: ianh
Date: 2010-01-19 17:08:25 -0800 (Tue, 19 Jan 2010)
New Revision: 4617

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that sandbox='' also blocks writing cookies.

Modified: complete.html
===================================================================
--- complete.html	2010-01-20 00:49:50 UTC (rev 4616)
+++ complete.html	2010-01-20 01:08:25 UTC (rev 4617)
@@ -19759,7 +19759,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><a href=#dom-localstorage>localStorage</a></code> and <code title=dom-opendatabase>openDatabase()</code>.</p>
 
     <div class=note>
@@ -87491,6 +87491,7 @@
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
   Chris Cressman,
+  Chris Evans,
   Chris Morris,
   Chris Pearce,
   Christian Biesinger,

Modified: index
===================================================================
--- index	2010-01-20 00:49:50 UTC (rev 4616)
+++ index	2010-01-20 01:08:25 UTC (rev 4617)
@@ -19659,7 +19659,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>
@@ -81990,6 +81990,7 @@
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
   Chris Cressman,
+  Chris Evans,
   Chris Morris,
   Chris Pearce,
   Christian Biesinger,

Modified: source
===================================================================
--- source	2010-01-20 00:49:50 UTC (rev 4616)
+++ source	2010-01-20 01:08:25 UTC (rev 4617)
@@ -21023,7 +21023,7 @@
     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
@@ -97959,6 +97959,7 @@
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
   Chris Cressman,
+  Chris Evans,
   Chris Morris,
   Chris Pearce,
   Christian Biesinger,




More information about the Commit-Watchers mailing list