浏览代码

Update editor.js

add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
tod31 4 年之前
父节点
当前提交
2c30714c6f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/components/main/editor.js

+ 2 - 0
client/components/main/editor.js

@@ -278,6 +278,8 @@ function mySafeAttrValue(tag, name, value, cssFilter) {
       /^aodroplink:/gi.test(value) ||
       /^aodroplink:/gi.test(value) ||
       /^onenote:/gi.test(value) ||
       /^onenote:/gi.test(value) ||
       /^file:/gi.test(value) ||
       /^file:/gi.test(value) ||
+      /^abasurl:/gi.test(value) ||
+      /^conisio:/gi.test(value) ||
       /^mailspring:/gi.test(value)
       /^mailspring:/gi.test(value)
     ) {
     ) {
       return value;
       return value;