[html5] r3649 - [] (0) Add a note about it being important that data get deleted promptly.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 17 16:01:53 PDT 2009


Author: ianh
Date: 2009-08-17 16:01:52 -0700 (Mon, 17 Aug 2009)
New Revision: 3649

Modified:
   source
Log:
[] (0) Add a note about it being important that data get deleted promptly.

Modified: source
===================================================================
--- source	2009-08-17 22:43:04 UTC (rev 3648)
+++ source	2009-08-17 23:01:52 UTC (rev 3649)
@@ -60608,9 +60608,6 @@
         * deleting databases
         * determining how much storage room is left
         * handling the database getting corrupted
-
-  XXX should make it clear that UAs should treat data as sensitive and
-  should delete it properly when it is deleted
   -->
 
   <h4>Introduction</h4>
@@ -61756,6 +61753,17 @@
   user's attempts to protect his privacy.</p>
 
 
+  <h5>Sensitivity of data</h5>
+
+  <p>User agents should treat persistently stored data as potentially
+  sensitive; it's quite possible for e-mails, calendar appointments,
+  health records, or other confidential documents to be stored in this
+  mechanism.</p>
+
+  <p>To this end, user agents should ensure that when deleting data,
+  it is promptly deleted from the underlying storage.</p>
+
+
   <h4>Security</h4>
 
   <h5>DNS spoofing attacks</h5>




More information about the Commit-Watchers mailing list