Fix mailto links not working in podcast show notes.

This commit is contained in:
Martin Boström 2023-01-21 22:46:38 +01:00
parent 9e095a4bc1
commit 89d497a305

View File

@ -10,7 +10,7 @@ function sanitize(html) {
allowedAttributes: {
a: ['href', 'name', 'target']
},
allowedSchemes: ['http', 'https'],
allowedSchemes: ['http', 'https', 'mailto'],
allowProtocolRelative: false
}