fix: update ip headers order
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
export const DEFAULT_HEADER_ORDER = [
|
export const DEFAULT_HEADER_ORDER = [
|
||||||
'cf-connecting-ip',
|
'cf-connecting-ip',
|
||||||
'true-client-ip',
|
'true-client-ip',
|
||||||
'x-real-ip',
|
'x-forwarded-for',
|
||||||
'x-client-ip',
|
'x-client-ip',
|
||||||
|
'x-real-ip',
|
||||||
'fastly-client-ip',
|
'fastly-client-ip',
|
||||||
'x-cluster-client-ip',
|
'x-cluster-client-ip',
|
||||||
'x-appengine-user-ip',
|
'x-appengine-user-ip',
|
||||||
'do-connecting-ip',
|
'do-connecting-ip',
|
||||||
'x-nf-client-connection-ip',
|
'x-nf-client-connection-ip',
|
||||||
'x-forwarded-for',
|
|
||||||
'x-forwarded',
|
'x-forwarded',
|
||||||
'forwarded',
|
'forwarded',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user