Skip to content

Commit

Permalink
added tel and sip to default protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassorgenfrei committed Dec 27, 2024
1 parent 1b6c0fc commit f25b7e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/common/link-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols", [
"http:",
"https:",
"mailto:",
"tel:",
"sip:",
]);

export async function openBrowser(url: URL): Promise<void> {
Expand Down

0 comments on commit f25b7e7

Please sign in to comment.