Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-10-28
name: Clear Site Data
description: TODO
name: Clearing site data
description: The `Clear-Site-Data` header deletes browsing data (such as cookies, storage, or cache) associated with the requesting website.
spec: https://w3c.github.io/webappsec-clear-site-data/
status:
compute_from: http.headers.Clear-Site-Data.wildcard
compat_features:
- http.headers.Clear-Site-Data
- http.headers.Clear-Site-Data.cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
baseline: low
baseline_low_date: 2023-09-18
support:
chrome: "117"
chrome_android: "117"
edge: "117"
firefox: "63"
firefox_android: "63"
safari: "17"
safari_ios: "17"
compat_features:
# baseline: low
# baseline_low_date: 2023-09-18
Expand All @@ -20,6 +28,7 @@ compat_features:
- http.headers.Clear-Site-Data.secure_context_required
- http.headers.Clear-Site-Data.storage

# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2023-09-18
# support:
Expand Down