Test fixing cookie
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 3m29s
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 3m29s
This commit is contained in:
@@ -42,7 +42,16 @@ export default [
|
||||
"strapi::poweredBy",
|
||||
"strapi::query",
|
||||
"strapi::body",
|
||||
"strapi::session",
|
||||
{
|
||||
name: 'strapi::session',
|
||||
config: {
|
||||
cookie: {
|
||||
secure: true, // Force car tu es sur https://back.harmonylab.ovh
|
||||
sameSite: 'lax',
|
||||
httpOnly: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
"strapi::favicon",
|
||||
"strapi::public",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user