Fix rendering the feed on external sites
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
885cefc427
commit
0cc12b28ec
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -14,6 +14,7 @@ app.use(
|
|||
contentSecurityPolicy: false,
|
||||
crossOriginEmbedderPolicy: false,
|
||||
crossOriginResourcePolicy: false,
|
||||
frameguard: false,
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue