mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-29 01:58:49 +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: {
|
||||
a: ['href', 'name', 'target']
|
||||
},
|
||||
allowedSchemes: ['https'],
|
||||
allowedSchemes: ['http', 'https'],
|
||||
allowProtocolRelative: false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user