Server.js: remove cookie setting

Proxy is recommended else use only internally
This commit is contained in:
Philip H 2024-03-15 15:17:41 +01:00 committed by GitHub
parent 9a35b56f5c
commit ee5a2c6c5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,6 @@ module.exports = class Server {
secret: crypto.randomBytes(256).toString('hex'),
resave: true,
saveUninitialized: true,
cookie: {
httpOnly: true,
},
}))
.get('/api/release', (Util.promisify(async () => {