Update fakeChromeVersion to 105

This commit is contained in:
dangered wolf 2022-09-08 17:54:14 -04:00
parent a53f342e9b
commit f200cce6ae
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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 */