Browse Source

Update editor.js

add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
tod31 4 years ago
parent
commit
2c30714c6f
1 changed files with 2 additions and 0 deletions
  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;