fix: update ip headers order

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-14 14:30:40 +01:00
parent e4fac81d27
commit 38cc53890a

View File

@@ -8,14 +8,14 @@
export const DEFAULT_HEADER_ORDER = [
'cf-connecting-ip',
'true-client-ip',
'x-real-ip',
'x-forwarded-for',
'x-client-ip',
'x-real-ip',
'fastly-client-ip',
'x-cluster-client-ip',
'x-appengine-user-ip',
'do-connecting-ip',
'x-nf-client-connection-ip',
'x-forwarded-for',
'x-forwarded',
'forwarded',
];