diff options
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ app.set('trust proxy', CONFIG.TRUST_PROXY) | |||
55 | app.use(helmet({ | 55 | app.use(helmet({ |
56 | frameguard: { | 56 | frameguard: { |
57 | action: 'deny' // we only allow it for /videos/embed, see server/controllers/client.ts | 57 | action: 'deny' // we only allow it for /videos/embed, see server/controllers/client.ts |
58 | } | 58 | }, |
59 | hsts: false | ||
59 | })) | 60 | })) |
60 | 61 | ||
61 | // ----------- Database ----------- | 62 | // ----------- Database ----------- |