Skip to content

Conversation

@JohnVillalovos
Copy link
Contributor

Previously the language cookie was being set for only 'secure' connections. Change this so that the cookie can be sent even for non secure connections. Now it will for for 'http://' in addition to 'https://'

Closes: #493

Previously the `language` cookie was being set for only 'secure'
connections. Change this so that the cookie can be sent even for non
secure connections. Now it will for for 'http://' in addition to
'https://'

Closes: #493
Copilot AI review requested due to automatic review settings July 24, 2025 17:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where the language cookie was only being set for secure (HTTPS) connections, now allowing it to work for both HTTP and HTTPS connections.

  • Modified the language cookie creation to explicitly set secure: false

@JohnVillalovos JohnVillalovos merged commit 98a3e8e into develop Jul 24, 2025
11 checks passed
@JohnVillalovos JohnVillalovos deleted the jlvillal/language_cookie branch July 24, 2025 17:21
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.

Infinite loop of reloading Login page (opened via http) if browser locale is different from en_US

2 participants