Skip to content

Commit

Permalink
b/f
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Nov 2, 2024
1 parent 73f8c69 commit 2fd5a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/bug_report.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

/datum/tgui_bug_report_form/proc/sanitize_payload(list/params)
for(var/param in params)
params[param] = sanitize(params[param], list("\t"=" ",""=" "))
params[param] = sanitize(params[param], list("\t"=" ",""=" ","<"=" ",">"=" ","&"=" "))

return params

Expand Down

0 comments on commit 2fd5a31

Please sign in to comment.