mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix mailto links not working in podcast show notes.
This commit is contained in:
parent
9e095a4bc1
commit
89d497a305
@ -10,7 +10,7 @@ function sanitize(html) {
|
||||
allowedAttributes: {
|
||||
a: ['href', 'name', 'target']
|
||||
},
|
||||
allowedSchemes: ['http', 'https'],
|
||||
allowedSchemes: ['http', 'https', 'mailto'],
|
||||
allowProtocolRelative: false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user