[extensions] Add GPTBot to Bots

This commit is contained in:
Faisal Salman
2023-08-07 21:39:21 +07:00
parent f2e4b242ce
commit 22eae9f70c
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ const Bots = Object.freeze({
// Googlebot / BingBot / MSNBot / FacebookBot
[/((?:google|bing|msn|facebook)bot(?:[\-imagevdo]{0,6})|bingpreview)\/([\w\.]+)/i], [NAME, VERSION, [TYPE, 'bot']],
// GPTBot - https://platform.openai.com/docs/gptbot
[/(gptbot)\/([\w\.]+)/i], [NAME, VERSION, [TYPE, 'bot']],
// Slackbot - https://api.slack.com/robots
[/(slack(?:bot)?(?:-imgproxy|-linkexpanding)?) ([\w\.]+)/i], [NAME, VERSION, [TYPE, 'bot']]
]