Contact emails aric...@chromium.org, miketa...@chromium.org, yoavwe...@chromium.org
Specification https://w3c.github.io/webappsec-clear-site-data/ Summary Websites will now be able to clear all storage targets (“cookies”, “cache”, and “storage”) by sending `Clear-Site-Data: “*”`. Note that Chrome does not support clearing “executionContexts” at the moment, but if we added it in the future any header targeting “*” would then clear them too. Note: This was proposed in 2017, but never launched in Chrome. Blink component Blink>Storage <https://bugs.chromium.org/p/chromium/issues/list?q=component%3ABlink%3EStorage> Motivation If a website really wanted to clear all data they would have to list all possible targets in the header and be sure to check if any were added in the future. By using “*” as the target, a website can be sure all data the browser supports to clear via the header will be cleared. TAG review https://github.com/w3ctag/design-reviews/issues/62 Compatibility & Interoperability We would be the first to implement if approved. Gecko: Positive <https://github.com/mozilla/standards-positions/issues/90> WebKit: No current support <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data> Web Developers: None so far Is this feature fully tested by web-platform-tests? https://wpt.fyi/results/client-hints/clear-site-data?label=experimental&label=master&aligned https://wpt.fyi/results/clear-site-data?label=experimental&label=master&aligned Tracking bug https://crbug.com/1464260 Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5074132743487488 -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGpy5DLiBdF2iFZxhr7Uu0HEm6NtickKF2T_D1nvymYCCuV%3DHQ%40mail.gmail.com.