diff --git a/inc/commons.js b/inc/commons.js index a16b292..5d7d637 100644 --- a/inc/commons.js +++ b/inc/commons.js @@ -181,6 +181,9 @@ module.exports = function(request, fs) { } this.isGif = (url) => { + if(url.startsWith('/r/')) + return false + try { url = new URL(url) let pathname = url.pathname