Commit 28690e7f authored by 黄奎's avatar 黄奎

页面修改

parent 66707077
...@@ -373,11 +373,11 @@ ...@@ -373,11 +373,11 @@
//,rgb2Hex:true //默认产出的数据中的color自动从rgb格式变成16进制格式 //,rgb2Hex:true //默认产出的数据中的color自动从rgb格式变成16进制格式
// xss 过滤是否开启,inserthtml等操作 // xss 过滤是否开启,inserthtml等操作
,xssFilterRules: true ,xssFilterRules: false
//input xss过滤 //input xss过滤
,inputXssFilter: true ,inputXssFilter: false
//output xss过滤 //output xss过滤
,outputXssFilter: true ,outputXssFilter: false
// xss过滤白名单 名单来源: https://raw.githubusercontent.com/leizongmin/js-xss/master/lib/default.js // xss过滤白名单 名单来源: https://raw.githubusercontent.com/leizongmin/js-xss/master/lib/default.js
,whitList: { ,whitList: {
a: ['target', 'href', 'title', 'class', 'style'], a: ['target', 'href', 'title', 'class', 'style'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment