This commit is contained in:
syuilo 2021-11-07 21:10:41 +09:00
parent 24ef4d3da2
commit fe281f1786

View file

@ -361,6 +361,8 @@ router.get('/channels/:channel', async (ctx, next) => {
router.get('/_info_card_', async ctx => {
const meta = await fetchMeta(true);
ctx.remove('X-Frame-Options');
await ctx.render('info-card', {
version: config.version,
host: config.host,