benawad/dogehouse

HTML tags

Opened this issue · 4 comments

Describe the bug
A bug making DogeHouse crash when you add an a tag to the chat text.

To Reproduce
Steps to reproduce the behavior:

  1. Send a message in chat.
  2. Inspect element and add <strong>hi</strong>
  3. Delete the message
  4. See error

Expected behavior
It should delete the message without any error.

What device are you on?
I tried this all all devices.

jcsrb commented

using "Inspect element" is probably out of scope for protecting against
what is the use-case of manually modifying the DOM?

using "Inspect element" is probably out of scope for protecting against
what is the use-case of manually modifying the DOM?

Well its still bad

You manually added a element that was not supposed to be there, this is not a bug with dogehouse.

well NVM