mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Reordered IP headers.
This commit is contained in:
parent
79e324aace
commit
5398cd89fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
export const IP_ADDRESS_HEADERS = [
|
||||
'x-real-ip',
|
||||
'true-client-ip', // CDN
|
||||
'x-real-ip', // Reverse proxy
|
||||
'x-forwarded-for',
|
||||
'cf-connecting-ip', // Cloudflare
|
||||
'fastly-client-ip', // Fastly
|
||||
'true-client-ip', // Akamai
|
||||
'x-nf-client-connection-ip', // Netlify
|
||||
'do-connecting-ip', // Digital Ocean
|
||||
'x-appengine-user-ip', // Google App Ending
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue