1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5502: Script injection in SPICE viewer (#546)

This commit is contained in:
Abel Coronado 2017-10-26 11:09:37 +02:00 committed by Ruben S. Montero
parent 1fd938e49e
commit 7ca14d2d89

View File

@ -523,6 +523,7 @@ get '/spice' do
if !authorized?
erb :login
else
params[:title] = CGI::escape(params[:title])
erb :spice
end
end