v1.0.802
Description
The i18next-browser-language detector was caching the language preference in a cookie without the Secure flag, allowing it to be sent over HTTP. Adds cookieOptions to the detection config to harden the cookie.
Related Issues
None
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Switch between languages to ensure i18next did not broke.
Additional Notes
Nothing