mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-07 11:30:53 +01:00
Add Constants.FRIENDLY_USER_AGENT
This commit is contained in:
parent
bf501e8de9
commit
55c920ecbf
1 changed files with 2 additions and 1 deletions
|
@ -67,5 +67,6 @@ export const Constants = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json'
|
||||||
},
|
},
|
||||||
POLL_TWEET_CACHE: 'max-age=60',
|
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)`
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue