Fix HTTP links not working in podcast show notes.

This commit is contained in:
Martin Boström 2023-01-21 21:51:05 +01:00
parent 024d052a7b
commit 9e095a4bc1

View File

@ -10,7 +10,7 @@ function sanitize(html) {
allowedAttributes: {
a: ['href', 'name', 'target']
},
allowedSchemes: ['https'],
allowedSchemes: ['http', 'https'],
allowProtocolRelative: false
}