Fixes a ton of security issues (#19005)

This commit is contained in:
AffectedArc07
2022-09-10 14:12:16 +01:00
committed by GitHub
parent 474fc426a7
commit 279ee1dc12
13 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Notes:
/datum/tooltip/New(client/C)
if(C)
owner = C
owner << browse(file2text(file), "window=[control]")
owner << browse(wrap_file2text(file), "window=[control]")
..()