Add Constants.FRIENDLY_USER_AGENT

This commit is contained in:
dangered wolf 2023-12-08 18:46:39 -05:00
parent bf501e8de9
commit 55c920ecbf
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -67,5 +67,6 @@ export const Constants = {
'content-type': 'application/json'
},
POLL_TWEET_CACHE: 'max-age=60',
DEFAULT_COLOR: '#10A3FF'
DEFAULT_COLOR: '#10A3FF',
FRIENDLY_USER_AGENT: `Mozilla/5.0 FixEmbedBot/1.0 (like Twitterbot; +https://fxtwitter.com/crawler)`
};