mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-01 18:41:52 +02:00
Add:Full podcast episode description parsed and viewable in modal #492
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user