Skip to content

Commit

Permalink
Add HTTP_X_CLIENT_IP to defaults.py (un33k#95)
Browse files Browse the repository at this point in the history
* Add HTTP_X_CLIENT_IP to defaults.py

* Update defaults.py
  • Loading branch information
XF-FW authored and antonrom1 committed Sep 18, 2023
1 parent ecf6b25 commit 7da8f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipware/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'HTTP_FORWARDED_FOR',
'HTTP_FORWARDED',
'HTTP_VIA',
'HTTP_X_CLIENT_IP',
'REMOTE_ADDR',
)
)
Expand Down

0 comments on commit 7da8f15

Please sign in to comment.