Chore: Add Bytespider to frontend bot list (#112941)

This commit is contained in:
Hugo Häggmark
2025-10-24 14:41:10 +02:00
committed by GitHub
parent 027eeb99e1
commit be2944ea16
@@ -24,7 +24,7 @@ const bots =
'twitterbot|cxensebot|smtbot|bnf.fr_bot|a6-indexer|admantx|facebot|orangebot|' +
'memorybot|advbot|megaindex|semanticscholarbot|ltx71|nerdybot|xovibot|bubing|' +
'qwantify|archive.org_bot|applebot|tweetmemebot|crawler4j|findxbot|semrushbot|' +
'yoozbot|lipperhey|y!j-asr|domain re-animator bot|addthis)';
'yoozbot|lipperhey|y!j-asr|domain re-animator bot|addthis|bytespider)';
const botsRegex = new RegExp(bots);