diff --git a/index.html b/index.html index 3d39559..641b4c4 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,9 @@ Clear Site Data - + - + - - +

Clear Site Data

-

Editor’s Draft,

+

Editor’s Draft,

More details about this document
@@ -782,15 +835,14 @@

Clear Site Data

- +

Abstract

This document defines an imperative mechanism which allows web developers to - - instruct a user agent to clear a site’s locally stored data related to a - host.

+instruct a user agent to clear a site’s locally stored data related to a +host.

Status of this document

@@ -991,6 +1043,8 @@

1.2.

Resources from an origin are removed from the user agent’s local cache.

  • The Accept-CH cache for an origin is purged.

    +
  • +

    The compression dictionaries for an origin is purged.

  • None of the above can be bypassed by a maliciously active document that retains interesting data in memory, and rewrites it if it’s cleared.

    @@ -1026,7 +1080,7 @@
  • Note: The Accept-CH cache is also cleared for the cache and cookies options, so it should be used only when neither of the other options (or *) are applied.

    +
    "dictionaries" +
    +

    The "dictionaries" type indicates that the server wishes clear the compression dictionaries for the origin of a particular response’s url.

    +
    + When delivered with a response from https://example.com/clear, + the following header will cause the compression dictionaries for + origin https://example.com to be cleared: +
    Clear-Site-Data: "dictionaries"
    +
    +
    +

    Note: The compression dictionaries is also cleared for the cache and cookies options, so it should be + used only when neither of the other options (or *) are + applied.

    "*"

    The "*" (wildcard) pseudotype indicates that the server has the same @@ -1098,7 +1165,7 @@