mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Fix potential XSS in search
This commit is contained in:
parent
a915d2333f
commit
4fb4410552
3 changed files with 7 additions and 5 deletions
|
@ -188,7 +188,7 @@ DOCUMENTATION :: END
|
|||
},
|
||||
complete: function (xhr, status) {
|
||||
$('#search-results-list').html(xhr.responseText);
|
||||
$('#update_query_title').html(query_string)
|
||||
$('#update_query_title').text(query_string)
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue