Url validation on thumbnails suggested

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-02 15:31:59 +02:00
parent a66eb49b2b
commit 93fc30dada
2 changed files with 20 additions and 2 deletions

View File

@@ -708,7 +708,7 @@ function toast(msg) {
break;
case "thumbnail_denied":
if(embed) return;
msg = "The thumbnail will be denied";
msg = "The thumbnail is not an url..";
break;
case "description_denied":
if(embed) return;