We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using cloudflare headers cf-ipcountry, cf-region-code and cf-ipcity, non-ASCII characters are converted by Cloudflare to UTF-8 using hexadecimal character representation. (https://developers.cloudflare.com/rules/transform/managed-transforms/reference/#encoding-of-non-ascii-header-values)
cf-ipcountry
cf-region-code
cf-ipcity
This leads to following problems with safeDecodeURIComponent function that is used by Umami to decode them:
PostgreSQL
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
When using cloudflare headers
cf-ipcountry
,cf-region-code
andcf-ipcity
, non-ASCII characters are converted by Cloudflare to UTF-8 using hexadecimal character representation. (https://developers.cloudflare.com/rules/transform/managed-transforms/reference/#encoding-of-non-ascii-header-values)This leads to following problems with safeDecodeURIComponent function that is used by Umami to decode them:
Database
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
No response
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: