mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
update comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user