fix(测试跟踪): 富文本编辑器,xss过滤导致标签字符无法显示

--bug=1041894 --user=陈建星 【测试跟踪】github#31293,功能用例,预期结果使用文本描述,<*>内容编排混乱 https://www.tapd.cn/55049933/s/1545730
This commit is contained in:
AgAngle 2024-07-09 16:01:59 +08:00 committed by jianxing
parent ab1c9b2f04
commit ef54dbf891
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ export default {
em: DEFAULT_XSS_ATTR,
blockquote: DEFAULT_XSS_ATTR,
},
stripIgnoreTagBody: true
stripIgnoreTagBody: false
},
defaultOpenValue: 'preview'
}

View File

@ -122,7 +122,7 @@
n: DEFAULT_XSS_ATTR,
segment: DEFAULT_XSS_ATTR
},
stripIgnoreTagBody: true
stripIgnoreTagBody: false
},
defaultOpenValue: 'preview'
}