mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Merge pull request #1420 from Bostrolicious/master
Fix HTTP links not working in podcast show notes.
This commit is contained in:
commit
da2d1455d7
@ -10,7 +10,7 @@ function sanitize(html) {
|
||||
allowedAttributes: {
|
||||
a: ['href', 'name', 'target']
|
||||
},
|
||||
allowedSchemes: ['https'],
|
||||
allowedSchemes: ['http', 'https', 'mailto'],
|
||||
allowProtocolRelative: false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user