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

[#24] Change default cookie name to avoid fingerprinting #36

Conversation

quasiuslikecautious
Copy link
Contributor

As per issue #24, this PR aims to remove the axum keyword from the default session id cookie, to avoid revealing axum (or more specifically axum_session middleware) is used by the server. The new default cookie name is set to sid, simply chopping off the "axum." from the cookie name.

@maxcountryman
Copy link
Owner

Thanks for this!

@maxcountryman maxcountryman merged commit a131376 into maxcountryman:main Mar 14, 2023
@LeoniePhiline
Copy link

Thank you @quasiuslikecautious !

@quasiuslikecautious quasiuslikecautious deleted the resist-sid-fingerprinting branch March 17, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants