mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:18 +02:00
fix bug on cookie using https (#752)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -72,6 +72,7 @@ module.exports = function(options) {
|
||||
app.use(cookieSession({
|
||||
name: options.ssid
|
||||
, keys: [options.secret]
|
||||
, httpOnly: false
|
||||
}))
|
||||
|
||||
app.use(auth({
|
||||
|
||||
Reference in New Issue
Block a user