diff --git a/edge-functions/block-bots.js b/edge-functions/block-bots.js index 867813e..5fc3c84 100644 --- a/edge-functions/block-bots.js +++ b/edge-functions/block-bots.js @@ -34,6 +34,7 @@ const botUas = [ 'Google-Extended', 'GoogleOther', 'GPTBot', + 'img2dataset', 'ImagesiftBot', 'magpie-crawler', 'Meltwater', @@ -60,4 +61,4 @@ export default async (request, context) => { const response = isBot ? new Response(null, { status: 401 }) : await context.next(); return response -}; \ No newline at end of file +};