Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(security): remove unnecessary localization logic
Removed unnecessary localization logic that dynamically set the locale based on request parameters to mitigate a XSS vulnerability. Since our system does not support multiple languages, replaced it with a static default locale of `en`.
- Loading branch information