diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 5ee6a1583..58249ecf8 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -195,7 +195,7 @@ Embedding = text = link.textContent when 404 "Not Found" - when 403 + when 403, 401 "Forbidden or Private" else "#{status}'d"