]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/client-html.ts
Add search target check params
[github/Chocobozzz/PeerTube.git] / server / lib / client-html.ts
index 572bd03bd3c8a007f924203ece10656bab40c8db..4a4b0d12f9799b1d21455a0cafb16e925e625504 100644 (file)
@@ -119,7 +119,7 @@ export class ClientHtml {
       // Save locale in cookies
       res.cookie('clientLanguage', lang, {
         secure: WEBSERVER.SCHEME === 'https',
-        sameSite: true,
+        sameSite: 'none',
         maxAge: 1000 * 3600 * 24 * 90 // 3 months
       })