mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Move ROBOTS_TXT to strings
This commit is contained in:
parent
c323e2f8d5
commit
8b481bbbae
2 changed files with 16 additions and 15 deletions
|
@ -62,20 +62,7 @@ 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'
|
||||||
ROBOTS_TXT: `# Yandex crawls far, far heavier than Googlebot and Bingbot combined
|
|
||||||
User-agent: YandexBot
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
User-agent: *
|
|
||||||
Allow: /$
|
|
||||||
Allow: /*/status
|
|
||||||
Allow: /*/status/
|
|
||||||
Allow: /owoembed
|
|
||||||
Allow: /owoembed/
|
|
||||||
Allow: /watch?v=dQw4w9WgXcQ
|
|
||||||
Disallow: /doing-harm-to-others
|
|
||||||
Disallow: /taking-over-the-world`
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof TEST !== 'undefined') {
|
if (typeof TEST !== 'undefined') {
|
||||||
|
|
|
@ -153,5 +153,19 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while
|
||||||
API_HOST_LIST.split(',')[0]
|
API_HOST_LIST.split(',')[0]
|
||||||
}">${API_HOST_LIST.split(',')[0]}</a>`,
|
}">${API_HOST_LIST.split(',')[0]}</a>`,
|
||||||
DEPRECATED_DOMAIN_NOTICE: `We've moved! ➡ fxtwitter.com`,
|
DEPRECATED_DOMAIN_NOTICE: `We've moved! ➡ fxtwitter.com`,
|
||||||
DEPRECATED_DOMAIN_NOTICE_DISCORD: `We've moved! ➡ fxtwitter.com`
|
DEPRECATED_DOMAIN_NOTICE_DISCORD: `We've moved! ➡ fxtwitter.com`,
|
||||||
|
|
||||||
|
ROBOTS_TXT: `# Yandex crawls far, far heavier than Googlebot and Bingbot combined
|
||||||
|
User-agent: YandexBot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: *
|
||||||
|
Allow: /$
|
||||||
|
Allow: /*/status
|
||||||
|
Allow: /*/status/
|
||||||
|
Allow: /owoembed
|
||||||
|
Allow: /owoembed/
|
||||||
|
Allow: /watch?v=dQw4w9WgXcQ
|
||||||
|
Disallow: /doing-harm-to-others
|
||||||
|
Disallow: /taking-over-the-world`
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue