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

RFC6265bis: Compare cookie name prefixes case-insensitively #2236

Merged
merged 3 commits into from
Sep 2, 2022

Commits on Aug 25, 2022

  1. Compare cookie name prefixes case-insensitively

    Some servers are case-insensitive with cookie names which can lead to
    security problems when a server assumes that cookie prefixes are as
    well.
    
    This changes changes UAs to process prefixes case-insensitively to
    compensate.
    sbingler committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6d0339a View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    sbingler committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    43132f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Text cleanup

    sbingler committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    676a585 View commit details
    Browse the repository at this point in the history