mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
XSS fix (#50429)
This commit is contained in:
@@ -748,7 +748,7 @@ What a mess.*/
|
||||
switch(href_list["choice"])
|
||||
if("Change Rank")
|
||||
if(active1)
|
||||
active1.fields["rank"] = href_list["rank"]
|
||||
active1.fields["rank"] = strip_html(href_list["rank"])
|
||||
if(href_list["rank"] in get_all_jobs())
|
||||
active1.fields["real_rank"] = href_list["real_rank"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user