mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-28 19:50:23 +02:00
Fix mailto links not working in podcast show notes.
This commit is contained in:
parent
9e095a4bc1
commit
89d497a305
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function sanitize(html) {
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ['href', 'name', 'target']
|
a: ['href', 'name', 'target']
|
||||||
},
|
},
|
||||||
allowedSchemes: ['http', 'https'],
|
allowedSchemes: ['http', 'https', 'mailto'],
|
||||||
allowProtocolRelative: false
|
allowProtocolRelative: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue