update comments
This commit is contained in:
parent
996bcdc90d
commit
19c6d90915
3 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ var debounce = function(callback, wait) {
|
|||
}
|
||||
|
||||
var sanitize = function(content, base) {
|
||||
// NOTE: `item.link` is not always a valid url
|
||||
// WILD: `item.link` is not always a valid url
|
||||
try { new URL(base) } catch(err) { base = null }
|
||||
|
||||
var sanitizer = new DOMPurify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue