Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Katharina Irrgang f0501e8997 Escape html for error messages (#956)
no issue

- if we would like to re-add html in our error messages, we have to differentiate between static messages which can contain html and messages which are dynamic and can contain dynamic input, which should not allow html
- e.g. it is always possible that Ghost receives a message from a third party module, which concats static text with input text
- if we want to show html content from an error, we need to come up with a concept
- for now: no support for html in error messages
2018-02-07 10:30:04 +01:00
ghost/admin Escape html for error messages (#956) 2018-02-07 10:30:04 +01:00