Update config based on #2

This commit is contained in:
Elian Doran 2024-11-09 22:58:20 +02:00
parent 169e65f0ef
commit c69bd8dcaf

View File

@ -233,7 +233,8 @@ export const COMMON_SETTINGS = {
}
},
link: {
defaultProtocol: 'https://'
defaultProtocol: 'https://',
allowedProtocols: ['https?', 'tel', 'sms', 'sftp', 'smb', 'slack', 'file', 'zotero']
},
// This value must be kept in sync with the language defined in webpack.config.js.
language: 'en'