mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
Recognize Firefox/38 as a bot (Discord)
This commit is contained in:
parent
8367bdb1e1
commit
392423957e
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ export const Constants = {
|
|||
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,
|
||||
/bot|facebook|embed|got|firefox\/92|firefox\/38|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
|
||||
|
|
|
@ -12,7 +12,7 @@ export const twitterFetch = async (
|
|||
let newTokenGenerated = false;
|
||||
|
||||
const [userAgent, secChUa] = generateUserAgent();
|
||||
console.log('Hello, I am', userAgent);
|
||||
console.log(`Outgoing useragent for this request:`, userAgent);
|
||||
|
||||
const tokenHeaders: { [header: string]: string } = {
|
||||
'Authorization': Constants.GUEST_BEARER_TOKEN,
|
||||
|
|
Loading…
Add table
Reference in a new issue