mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
fix
This commit is contained in:
parent
71edc840a4
commit
eb11a1c3f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user