mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Update fakeChromeVersion to 105
This commit is contained in:
parent
a53f342e9b
commit
f200cce6ae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* We keep this value up-to-date for making our requests to Twitter as
|
/* We keep this value up-to-date for making our requests to Twitter as
|
||||||
indistinguishable from normal user traffic as possible. */
|
indistinguishable from normal user traffic as possible. */
|
||||||
const fakeChromeVersion = '104';
|
const fakeChromeVersion = '105';
|
||||||
|
|
||||||
export const Constants = {
|
export const Constants = {
|
||||||
/* These constants are populated by variables in .env, then set by Webpack */
|
/* These constants are populated by variables in .env, then set by Webpack */
|
||||||
|
|
Loading…
Add table
Reference in a new issue