-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand first-party cookie expiry protection (#101)
We enforce our first-party cookie expiry policy to limit how long first-party cookies, created by third-party scripts, can persist. Let's improve the feature to: - Also enforce the cookie expiry policy for cookies created by first-party scripts. - Rename the policy to "firstPartyCookiePolicy" (from "firstPartyTrackerCookiePolicy") to better reflect the above. - Decrease the default maximum expiration to seven days (down from ten days).
- Loading branch information
Showing
5 changed files
with
29 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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