feat(link): allow bookends: and highlights: protocols (closes #2817)

This commit is contained in:
Elian Doran
2026-04-11 11:11:43 +03:00
parent a1a2119e37
commit 77af4bd288

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',
'logseq', 'mid', 'obsidian'
'logseq', 'mid', 'obsidian', 'bookends', 'highlights'
];