Browse Source

Update editor.js

add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
tod31 4 năm trước cách đây
mục cha
commit
2c30714c6f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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) ||
       /^onenote:/gi.test(value) ||
       /^file:/gi.test(value) ||
+      /^abasurl:/gi.test(value) ||
+      /^conisio:/gi.test(value) ||
       /^mailspring:/gi.test(value)
     ) {
       return value;