Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Sep 30, 2023
1 parent 27af6f1 commit 10ea723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/sanitize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const defTag = [
// Advanced HTML tags that we can trust admins (but not players) with
const advTag = ['img'];

const defAttr = ['class', 'style'];
const defAttr = ['class', 'style', 'background'];

/**
* Feed it a string and it should spit out a sanitized version.
Expand Down

0 comments on commit 10ea723

Please sign in to comment.