mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Remove test comment in c9c5989
This commit is contained in:
parent
c9c5989474
commit
7e024fd736
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class AuthController(object):
|
|||
|
||||
# Save login to the database
|
||||
ip_address = cherrypy.request.headers.get('X-Forwarded-For', cherrypy.request.headers.get('Remote-Addr'))
|
||||
host = None #cherrypy.request.headers.get('Origin')
|
||||
host = cherrypy.request.headers.get('Origin')
|
||||
if not host:
|
||||
scheme = cherrypy.request.headers.get('X-Forwarded-Proto', 'http')
|
||||
address = cherrypy.request.headers.get('X-Forwarded-Host', cherrypy.request.headers.get('Host'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue