HTML tags
Opened this issue · 4 comments
Deleted user commented
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:
- Send a message in chat.
- Inspect element and add <strong>hi</strong>
- Delete the message
- 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?
Deleted user commented
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
willdoescode commented
You manually added a element that was not supposed to be there, this is not a bug with dogehouse.
Deleted user commented
well NVM