CC-4894: Need to filter output for potential XSS exploits
-fixed few areas
This commit is contained in:
parent
9d4e0d2dd1
commit
b15c4569eb
9 changed files with 20 additions and 9 deletions
|
@ -28,7 +28,7 @@ function rebuildStreamURL(ele){
|
|||
}else{
|
||||
streamurl = "http://"+host+":"+port+"/"
|
||||
}
|
||||
div.find("#stream_url").html(streamurl)
|
||||
div.find("#stream_url").text(streamurl)
|
||||
}
|
||||
function restrictOggBitrate(ele, on){
|
||||
var div = ele.closest("div")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue