Skip to content

Commit

Permalink
[] (0) Add a note about it being important that data get deleted prom…
Browse files Browse the repository at this point in the history
…ptly.

git-svn-id: http://svn.whatwg.org/webapps@3649 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2009
1 parent b852924 commit b1f7c61
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions source
Expand Up @@ -60608,9 +60608,6 @@ interface <span>WindowLocalStorage</span> {
* 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>
Expand Down Expand Up @@ -61756,6 +61753,17 @@ interface <dfn>SQLTransactionSync</dfn> {
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>
Expand Down

0 comments on commit b1f7c61

Please sign in to comment.