mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge pull request #3619 from go-task/geolocation-netlify
fix(geo): parse netlify ip header by default: `x-nf-client-connection-ip`
This commit is contained in:
commit
840e0314f5
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ export const IP_ADDRESS_HEADERS = [
|
|||
'x-cluster-client-ip',
|
||||
'x-forwarded',
|
||||
'x-forwarded-for',
|
||||
'x-nf-client-connection-ip',
|
||||
'x-real-ip',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue