mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-05 03:17:46 +00:00
chore: add img2dataset to edge func
This commit is contained in:
parent
8ddd2a0bb3
commit
5025939e5d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue