mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge pull request #8153 from davama/develop
Add missing HTTP_X_FORWARDED_FOR
This commit is contained in:
@ -57,6 +57,7 @@ HTTP_REQUEST_META_SAFE_COPY = [
|
||||
'HTTP_HOST',
|
||||
'HTTP_REFERER',
|
||||
'HTTP_USER_AGENT',
|
||||
'HTTP_X_FORWARDED_FOR',
|
||||
'QUERY_STRING',
|
||||
'REMOTE_ADDR',
|
||||
'REMOTE_HOST',
|
||||
|
Reference in New Issue
Block a user