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:
Mike Cao 2025-09-16 20:55:15 -07:00 committed by GitHub
commit 840e0314f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
];