Skip to content

Commit 063abc8

Browse files
Merge pull request #8153 from davama/develop
Add missing HTTP_X_FORWARDED_FOR
2 parents fb4511d + 038d7e0 commit 063abc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/utilities/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'HTTP_HOST',
5858
'HTTP_REFERER',
5959
'HTTP_USER_AGENT',
60+
'HTTP_X_FORWARDED_FOR',
6061
'QUERY_STRING',
6162
'REMOTE_ADDR',
6263
'REMOTE_HOST',

0 commit comments

Comments
 (0)