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:
@@ -344,6 +344,7 @@ export const IP_ADDRESS_HEADERS = [
|
|||||||
'x-cluster-client-ip',
|
'x-cluster-client-ip',
|
||||||
'x-forwarded',
|
'x-forwarded',
|
||||||
'x-forwarded-for',
|
'x-forwarded-for',
|
||||||
|
'x-nf-client-connection-ip',
|
||||||
'x-real-ip',
|
'x-real-ip',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user