Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a limit on cookie expiration #1905

Merged
merged 1 commit into from
Mar 14, 2019
Merged

Set a limit on cookie expiration #1905

merged 1 commit into from
Mar 14, 2019

Commits on Mar 13, 2019

  1. Set a limit on cookie expiration (fixes brave/brave-browser#3443)

    The client-side cookie (i.e. document.cookie API) expiry limit is
    based off of the limit set by both Safari and Firefox:
    
    https://webkit.org/blog/8613/intelligent-tracking-prevention-2-1/
    https://groups.google.com/forum/#!msg/mozilla.dev.platform/lECBPeiGTy4/cPP52vyZAwAJ
    
    whereas the server-side cookie (i.e. Set-Cookie header) limit was
    picked to avoid interfering in a noticeable way with user logins.
    fmarier committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4d222df View commit details
    Browse the repository at this point in the history