Browse Source

Server.js: remove cookie setting

Proxy is recommended else use only internally
pull/929/head
Philip H 1 year ago
committed by GitHub
parent
commit
ee5a2c6c5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/lib/Server.js

3
src/lib/Server.js

@ -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 () => {

Loading…
Cancel
Save