liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
66 stars 67 forks source link

fix(senna): Modify URI generation to properly handle link to emails #1159

Closed antonio-ortega closed 11 months ago

antonio-ortega commented 11 months ago

As of today email links such as mailto:john.doe@liferay.com are handled like regular links making a mess figuring out what the protocol, domain, etc. are.

This PR is trying to fix that.