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