From 6e8cb1863298eb770f5e18cf8cf2334bfc421bd6 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 8 Dec 2023 18:18:03 -0500 Subject: [PATCH] Remove irrelevant comment --- src/constants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 5462db1..18606f3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -22,8 +22,6 @@ export const Constants = { /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|mastodon|http\.rb|ruby|bun\/|fiddler/gi, /* 3 hours */ GUEST_TOKEN_MAX_AGE: 3 * 60 * 60, - /* Twitter Web App actually uses Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA - instead, but accounts marked as 18+ wouldn't show up then */ GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA`, GUEST_FETCH_PARAMETERS: [ 'cards_platform=Web-12',