You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>User agents should not distinguish between network storage and <adata-link-type="dfn" href="#site-storage">site storage</a> in their user
218
-
interface. Instead user agents should offer users the ability to remove all storage for a given <adata-link-type="dfn" href="#site">site</a>. This ensures that storage from one source cannot be used to revive storage from another
219
-
source. This also helps users avoid having to know about the different ways in which <adata-link-type="dfn" href="#site">sites</a> can store data.</p>
220
-
<pclass="XXX">This is still a concern due to HTTP ETag... </p>
221
-
<p>Credentials storage should still be separated however as it might contain data the user might not be
222
-
able to revive, such as an autogenerated password.</p>
218
+
interface. Instead user agents should offer users the ability to remove all storage for a given <adata-link-type="dfn" href="#site">site</a>. This ensures to some extent that network storage cannot be used to revive <adata-link-type="dfn" href="#site-storage">site storage</a>. This also reduces the amount users need to know about the different ways in
219
+
which <adata-link-type="dfn" href="#site">sites</a> can store data.</p>
220
+
<p>Credentials storage should be separated as it might contain data the user might not be able to
221
+
revive, such as an autogenerated password. Since permissions storage is mostly simple booleans it
222
+
too can be separated to avoid inconveniencing the user. Credentials and permissions are also
223
+
somewhat easier to understand and differentiate from network storage and <adata-link-type="dfn" href="#site-storage">site storage</a>.</p>
<p>When the user agent notices it comes under storage pressure and it cannot free up sufficient space
225
226
by clearing network storage and <adata-link-type="dfn" href="#non-persistent-box">non-persistent boxes</a> within <adata-link-type="dfn" href="#site-storage">site storage</a>, then the
0 commit comments