@ecency/render-helper 2.5.2 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1242,7 +1242,7 @@ function a(el, forApp, parentDomain = "ecency.com", seoContext, renderOptions) {
1242
1242
  }
1243
1243
  }
1244
1244
  el.setAttribute("class", "markdown-external-link");
1245
- if (!/^((#)|(mailto:)|(\/(?!\/))|(((steem|hive|esteem|ecency|https?):)?\/\/))/.test(href)) {
1245
+ if (!/^((#)|(mailto:)|(\/(?!\/))|(((steem|hive|esteem|ecency|https?):)?\/\/))/i.test(href)) {
1246
1246
  href = `https://${href}`;
1247
1247
  }
1248
1248
  if (forApp) {