mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Include release name in x-powered-by
This commit is contained in:
parent
e38aae51fd
commit
d588946bb3
1 changed files with 2 additions and 7 deletions
|
@ -59,8 +59,8 @@ export const Constants = {
|
||||||
RESPONSE_HEADERS: {
|
RESPONSE_HEADERS: {
|
||||||
'allow': 'OPTIONS, GET, PURGE, HEAD',
|
'allow': 'OPTIONS, GET, PURGE, HEAD',
|
||||||
'content-type': 'text/html;charset=UTF-8',
|
'content-type': 'text/html;charset=UTF-8',
|
||||||
'x-powered-by': '🏳️⚧️ Trans Rights',
|
'x-powered-by': `${RELEASE_NAME} (Trans Rights are Human Rights)`,
|
||||||
'cache-control': 'max-age=3600' // Can be overriden in some cases, like poll tweets
|
'cache-control': 'max-age=3600' // Can be overriden in some cases, like unfinished poll tweets
|
||||||
},
|
},
|
||||||
API_RESPONSE_HEADERS: {
|
API_RESPONSE_HEADERS: {
|
||||||
'access-control-allow-origin': '*',
|
'access-control-allow-origin': '*',
|
||||||
|
@ -69,8 +69,3 @@ export const Constants = {
|
||||||
POLL_TWEET_CACHE: 'max-age=60',
|
POLL_TWEET_CACHE: 'max-age=60',
|
||||||
DEFAULT_COLOR: '#10A3FF'
|
DEFAULT_COLOR: '#10A3FF'
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof TEST !== 'undefined') {
|
|
||||||
/* Undici gets angry about unicode headers, this is a workaround. */
|
|
||||||
Constants.RESPONSE_HEADERS['x-powered-by'] = 'Trans Rights';
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue