Update template-integration.js

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

View file

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