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

Update mythweb_id cookie to enable SameSite=Strict #73

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

mkbloke
Copy link
Contributor

@mkbloke mkbloke commented Feb 25, 2022

See #72 for more information.

Some things to note:

For PHP versions < 7.3, this abuses the path argument to set the SameSite attribute.

For PHP versions >= 7.3, SameSite can be set in the options array.

I have tested with the former and it is working fine.

I have not tested the latter as I do not have convenient access to a system to do so, so that would need checking.

closes #72

This pull request was closed.
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.

Update required for mythweb_id cookie (SameSite attribute)
2 participants