mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-05 11:27:45 +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',
|
'Google-Extended',
|
||||||
'GoogleOther',
|
'GoogleOther',
|
||||||
'GPTBot',
|
'GPTBot',
|
||||||
|
'img2dataset',
|
||||||
'ImagesiftBot',
|
'ImagesiftBot',
|
||||||
'magpie-crawler',
|
'magpie-crawler',
|
||||||
'Meltwater',
|
'Meltwater',
|
||||||
|
@ -60,4 +61,4 @@ export default async (request, context) => {
|
||||||
|
|
||||||
const response = isBot ? new Response(null, { status: 401 }) : await context.next();
|
const response = isBot ? new Response(null, { status: 401 }) : await context.next();
|
||||||
return response
|
return response
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue