From ad8d1081c58ac806dc10e7364dd39b7909923e59 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 17 Nov 2022 01:11:06 -0500 Subject: [PATCH] move bot regex to Constants --- src/constants.ts | 2 ++ src/server.ts | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 6469502..c71a40e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -18,6 +18,8 @@ export const Constants = { API_DOCS_URL: `https://github.com/dangeredwolf/FixTweet/wiki/API-Home`, TWITTER_ROOT: 'https://twitter.com', TWITTER_API_ROOT: 'https://api.twitter.com', + BOT_UA_REGEX: + /bot|facebook|embed|got|firefox\/92|curl|wget|go-http|yahoo|generator|whatsapp|preview|link|proxy|vkshare|images|analyzer|index|crawl|spider|python|cfnetwork|node/gi, /* 3 hours */ GUEST_TOKEN_MAX_AGE: 3 * 60 * 60, /* Twitter Web App actually uses Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA diff --git a/src/server.ts b/src/server.ts index 1d2de0f..55be8b1 100644 --- a/src/server.ts +++ b/src/server.ts @@ -31,10 +31,7 @@ const statusRequest = async ( On the very rare off chance someone happens to be using specifically Firefox 92, the http-equiv="refresh" meta tag will ensure an actual human is sent to the destination. */ - const isBotUA = - userAgent.match( - /bot|facebook|embed|got|firefox\/92|curl|wget|go-http|yahoo|generator|whatsapp|preview|link|proxy|vkshare|images|analyzer|index|crawl|spider|python|cfnetwork|node/gi - ) !== null; + const isBotUA = userAgent.match(Constants.BOT_UA_REGEX) !== null; /* Check if domain is a direct media domain (i.e. d.fxtwitter.com), the tweet is prefixed with /dl/ or /dir/ (for TwitFix interop), or the