From f200cce6aee692be3c71f3ed1b9c10194e62f01b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 8 Sep 2022 17:54:14 -0400 Subject: [PATCH] Update fakeChromeVersion to 105 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index ebe8d14..6469502 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ /* We keep this value up-to-date for making our requests to Twitter as indistinguishable from normal user traffic as possible. */ -const fakeChromeVersion = '104'; +const fakeChromeVersion = '105'; export const Constants = { /* These constants are populated by variables in .env, then set by Webpack */