Skip to content

Commit

Permalink
Bug 1841112 [wpt PR 40815] - [Client Hints] Support custom Clear-Site…
Browse files Browse the repository at this point in the history
…-Data method, a=testonly

Automatic update from web-platform-tests
[Client Hints] Support custom Clear-Site-Data method

Let's add a (disabled by default) method to target just client hints for
clearing. This is per the proposed spec change:
w3c/webappsec-clear-site-data#74

Note: The next step is to ensure that the Clear-Site-Data directive
causes any Accept-CH or Critical-CH to be ignored when it does
clear client hints.

Bug: 1458394
Change-Id: Iae52b86d68bd6c0f81a9886c6ee29b7245d6915a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4652839
Reviewed-by: Avi Drissman <avichromium.org>
Commit-Queue: Avi Drissman <avichromium.org>
Auto-Submit: Ari Chivukula <arichivchromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzognichromium.org>
Cr-Commit-Position: refs/heads/main{#1165947}

--

wpt-commits: fc5bb604a77419e6bdcd0f52a072713c04385cfb
wpt-pr: 40815

UltraBlame original commit: d3360fa0d016dc45ffdad7991fb0c779a704d08c
  • Loading branch information
marco-c committed Jul 16, 2023
1 parent 2c1f0e2 commit 504d1fd
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@
"
)
;
new_window
.
close
(
)
;
t
.
done
Expand Down Expand Up @@ -337,6 +331,21 @@
"
)
;
t
.
add_cleanup
(
(
)
=
>
new_window
.
close
(
)
)
;
}
"
Clear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@
"
)
;
new_window
.
close
(
)
;
t
.
done
Expand Down Expand Up @@ -341,6 +335,21 @@
"
)
;
t
.
add_cleanup
(
(
)
=
>
new_window
.
close
(
)
)
;
}
"
Clear
Expand Down
Loading

0 comments on commit 504d1fd

Please sign in to comment.