diff options
author | André Peters <andryyy@users.noreply.github.com> | 2017-07-09 10:26:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 10:26:06 +0200 |
commit | cad34f0bc509ab40b67d3486194786c89550c7ff (patch) | |
tree | 974f27737d245dc6111e15459b146459cac4d831 /interface | |
parent | b19560aa3fed3084fc7d37e91cd86c0fa0d96917 (diff) | |
download | rspamd-cad34f0bc509ab40b67d3486194786c89550c7ff.tar.gz rspamd-cad34f0bc509ab40b67d3486194786c89550c7ff.zip |
Also escape message ID
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/history.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 02c393011..f23d8db83 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -160,7 +160,8 @@ function($, _, Humanize) { "textOverflow": "ellipsis", "wordBreak": "break-all", "whiteSpace": "normal" - } + }, + "formatter": EscapeHTML }, { "name": "ip", "title": "IP address", |