This commit is contained in:
syuilo 2021-11-07 21:10:41 +09:00
parent 71edc840a4
commit eb11a1c3f7

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,