"<" (less than sign) doesnt show up in the chat, removes everything after it

Seems XSS prevention was implemented in a weird way, hence why the text following a > doesn't get cutoff. "< abc def > xyz" renders only "xyz".
Weridly enough, typing &lt; renders a "<" just fine in the bottom chat, but not the top 'dialog box' chat.

Actually attempting to render HTML elements by typing &lt;iframe src=""&gt;&lt;/iframe&gt; (<iframe src=""></iframe>) didn't work.
But &lt;h1&gt;TEST (<h1>TEST) made the top text tiny, which is 99% a spooky exploit...
It seems that Deadlock uses its own XML style chat formatting system...I wonder what tags change the text color?
 
Back
Top