mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
No need to sanitize same items more than once.
This commit is contained in:
parent
37b92f3d88
commit
560acf62fe
3 changed files with 4 additions and 18 deletions
|
@ -735,8 +735,6 @@ class WebInterface(object):
|
|||
if not session['ip_address']:
|
||||
ip_address = data_factory.get_session_ip(session['session_key'])
|
||||
session['ip_address'] = ip_address
|
||||
# Sanitize player name
|
||||
session['player'] = helpers.sanitize(session['player'])
|
||||
|
||||
except:
|
||||
return serve_template(templatename="current_activity.html", data=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue