fixup Server.js: revert secure: true

Clear text transmission of sensitive cookie (medium)
needs rework for better fix
This commit is contained in:
Philip H 2023-12-02 23:49:41 +01:00 committed by GitHub
parent 4c7d763d24
commit f1cafc3f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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