-
Notifications
You must be signed in to change notification settings - Fork 75
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
httponly attribute for the cookie 'OTOBBrowserHasCookie' #3092
Milestone
Comments
bschmalhofer
added a commit
that referenced
this issue
Mar 2, 2024
This misspelled parameter name was used only for the OTOBOBrowserHasCookie cookie.
bschmalhofer
added a commit
that referenced
this issue
Mar 2, 2024
This misspelled parameter name was used only for the OTOBOBrowserHasCookie cookie.
TODO:
|
bschmalhofer
added a commit
that referenced
this issue
Mar 3, 2024
Do not pass unneeded 'HTTPOnly => 1' to SetCookie()
bschmalhofer
added a commit
that referenced
this issue
Mar 3, 2024
Do not pass unneeded 'HTTPOnly => 1' to SetCookie()
httponly is now consistently set. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed instances where the cookie with the name OTOBOBrowserHasCookie does not have the httponly attribute set. It is not obvious whether this is on purpose. It might be an oversight from mixing up the parameters HttpOnly and HTTPOnly. At least I did not find JavaScript code that accesses this cookie. So lets see what happens when the parameters HttpOnly are changed to HTTPOnly.
The text was updated successfully, but these errors were encountered: