Include status 401 as 'Forbidden or Private'.
This commit is contained in:
parent
4bb99d90a5
commit
f6c736c02b
@ -195,7 +195,7 @@ Embedding =
|
|||||||
text = link.textContent
|
text = link.textContent
|
||||||
when 404
|
when 404
|
||||||
"Not Found"
|
"Not Found"
|
||||||
when 403
|
when 403, 401
|
||||||
"Forbidden or Private"
|
"Forbidden or Private"
|
||||||
else
|
else
|
||||||
"#{status}'d"
|
"#{status}'d"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user