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

Force secure cookie on HTTPS connection #6924

Merged
merged 1 commit into from Sep 6, 2023
Merged

Force secure cookie on HTTPS connection #6924

merged 1 commit into from Sep 6, 2023

Conversation

j0k3r
Copy link
Member

@j0k3r j0k3r commented Sep 6, 2023

Cookie will be set as secure when the connection will be on HTTPS otherwise the cookie will be defined as secure: false.

I used mkcert to test it locally.

image

See:

.gitignore Outdated Show resolved Hide resolved
app/config/config.yml Outdated Show resolved Hide resolved
@j0k3r j0k3r merged commit 62ab325 into 2.6 Sep 6, 2023
19 checks passed
@j0k3r j0k3r deleted the fix/secure-cookie branch September 6, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants