This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds non-secure cookie eviction to strict secure cookies experiment.
Per the draft modification to the Cookie RFC (https://tools.ietf.org/html/draft-west-leave-secure-cookies-alone), this adds support for the eviction of non-secure cookies immediately after eviction of expired cookies and before any other evictions. This is a follow up to https://codereview.chromium.org/1420333002/. BUG=546820 [email protected] Review URL: https://codereview.chromium.org/1470653002 Cr-Commit-Position: refs/heads/master@{#361706}
- Loading branch information
1 parent
3eefbb9
commit 82d99c1
Showing
6 changed files
with
378 additions
and
63 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
Oops, something went wrong.