Update editor.js

add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
This commit is contained in:
tod31 2021-01-26 13:54:22 +01:00 committed by GitHub
parent aa22d4e569
commit 2c30714c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;