Add Constants.HOST_URL

This commit is contained in:
dangered wolf 2022-07-14 17:23:34 -04:00
parent 9f2162b53c
commit b290efcece
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -2,6 +2,7 @@ const fakeChromeVersion = '103';
export const Constants = {
BRANDING_NAME: `pxTwitter`,
HOST_URL: `https://pxtwitter.com`,
REDIRECT_URL: 'https://twitter.com/dangeredwolf',
TWITTER_ROOT: 'https://twitter.com',
TWITTER_API_ROOT: 'https://api.twitter.com',
@ -40,7 +41,7 @@ export const Constants = {
},
RESPONSE_HEADERS: {
'content-type': 'text/html;charset=UTF-8',
'x-powered-by': 'Black Magic'
'x-powered-by': '🏳️‍⚧️ Trans Rights'
// 'cache-control': 'max-age=1'
},
DEFAULT_COLOR: '#10A3FF'