We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat messages have HTML sanitization to prevent js injection attacks.
However, we want to be able to display some HTML tags such as links and twilio audio.
There is some link detection in
admin.goodcity/app/models/message.js
Lines 27 to 54 in 9f4c325
but this is rudimentary and doesn't handle cases where a user has left a voicemail.
Example:
The text was updated successfully, but these errors were encountered:
@patrixr made a good start on this on Saturday
Sorry, something went wrong.
@patrixr one to finish off perhaps? Not sure which branch?
patrixr
No branches or pull requests
Chat messages have HTML sanitization to prevent js injection attacks.
However, we want to be able to display some HTML tags such as links and twilio audio.
There is some link detection in
admin.goodcity/app/models/message.js
Lines 27 to 54 in 9f4c325
but this is rudimentary and doesn't handle cases where a user has left a voicemail.
Example:
The text was updated successfully, but these errors were encountered: