-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UseCounter for set-cookie usage in req Headers
This commit adds a UseCounter that tracks if a site in any way sets a header with the name "set-cookie" on a Headers object with a guard of "request". This is done to verify if it is a web compatible change to add "set-cookie" to the request forbidden header list. See whatwg/fetch#973 (comment) Bug: 1292458 Change-Id: I1edd161d941d6490838b77a2fec008de904793ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3423793 Reviewed-by: Yutaka Hirano <[email protected]> Commit-Queue: Yutaka Hirano <[email protected]> Cr-Commit-Position: refs/heads/main@{#965654} NOKEYCHECK=True GitOrigin-RevId: 4fa1c0bf6242c7bbdf97d25426d0dea7c7aa644c
- Loading branch information
1 parent
acb300a
commit a71fe95
Showing
6 changed files
with
82 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters