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

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