mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Url validation on thumbnails suggested
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user