diff --git a/index.js b/index.js index 1b95e52..1c3ebd1 100644 --- a/index.js +++ b/index.js @@ -56,7 +56,7 @@ app.post('/url', slowDown({ slug, url, }); - if (url.includes('cdg.sh')) { + if (url.toLowerCase().includes('cdg.sh')) { throw new Error('Stop it. 🛑'); } if (!slug) {