mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 15:23:08 +02:00
fix
This commit is contained in:
parent
24ef4d3da2
commit
fe281f1786
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ router.get('/channels/:channel', async (ctx, next) => {
|
||||||
router.get('/_info_card_', async ctx => {
|
router.get('/_info_card_', async ctx => {
|
||||||
const meta = await fetchMeta(true);
|
const meta = await fetchMeta(true);
|
||||||
|
|
||||||
|
ctx.remove('X-Frame-Options');
|
||||||
|
|
||||||
await ctx.render('info-card', {
|
await ctx.render('info-card', {
|
||||||
version: config.version,
|
version: config.version,
|
||||||
host: config.host,
|
host: config.host,
|
||||||
|
|
Loading…
Reference in a new issue