From 30fb19be35004e79a11e0ccf8e71699e861cc9ff Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 2 Dec 2020 11:17:20 +0100 Subject: [PATCH] tfa view: html-escape description text Signed-off-by: Wolfgang Bumiller --- www/config/TfaView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/config/TfaView.js b/www/config/TfaView.js index 350c98a7..a4c289dc 100644 --- a/www/config/TfaView.js +++ b/www/config/TfaView.js @@ -207,6 +207,7 @@ Ext.define('PBS.config.TfaView', { width: 300, sortable: true, dataIndex: 'description', + renderer: Ext.String.htmlEncode, }, ],