You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
other (Please do not submit support requests here (see above))
Current behavior:
Currently, by default, sms links like sms:+15555555555 have "unsafe" prepended to them. People who want sms links in their Angular app have to add a line like this:
Anything else:
This would be trivial to fix: just replace the default with the regexp above. This would enable sms: links and have no downside I can see. However, I don't understand the security issue that motivated href sanitization in the first place, so I wanted to check that this makes sense before sending a PR.