mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 09:14:40 +02:00
Add:Full podcast episode description parsed and viewable in modal #492
This commit is contained in:
parent
c4bfa266b0
commit
a394f38fe9
9 changed files with 150 additions and 10 deletions
|
@ -3,7 +3,7 @@ const sanitizeHtml = require('../libs/sanitizeHtml')
|
|||
function sanitize(html) {
|
||||
const sanitizerOptions = {
|
||||
allowedTags: [
|
||||
'p', 'ol', 'ul', 'a', 'strong', 'em'
|
||||
'p', 'ol', 'ul', 'li', 'a', 'strong', 'em'
|
||||
],
|
||||
disallowedTagsMode: 'discard',
|
||||
allowedAttributes: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue