Add gifv extension

This commit is contained in:
Les De Ridder 2016-01-18 16:30:30 +01:00
parent 79acb2e78c
commit 84c2a66294
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function isCoolUrl(url) {
var extensionIndex = url.lastIndexOf('.');
var extension = url.substr(extensionIndex + 1);
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm"];
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm", "gifv"];
var blackList = ["pomf", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja"];

View File

@ -44,6 +44,7 @@
* Disable blacklist (checkbox)
* Add imageboard thread archival support
* Add booru support
* Add imgur album support
* Error checks and messages
-->