feat(client): allow opening obsidian: links (closes #7207)

This commit is contained in:
Elian Doran 2025-10-06 20:05:42 +03:00
parent bebd3d430b
commit d662718a4a
No known key found for this signature in database

View File

@ -18,5 +18,5 @@ export const ALLOWED_PROTOCOLS = [
'gopher', 'imap', 'irc', 'irc6', 'jabber', 'jar', 'lastfm', 'ldap', 'ldaps', 'magnet', 'message',
'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp',
'view-source', 'vlc', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack', 'tel', 'smb', 'zotero', 'geo',
'mid'
'mid', 'obsidian'
];