Test fixing cookie
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 3m29s

This commit is contained in:
2026-02-13 21:14:03 +01:00
parent 67938c3584
commit fe0be2bfe2
2 changed files with 19 additions and 1 deletions

View File

@@ -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",
];