diff --git a/src/main/index.js b/src/main/index.js index dbf6378e..6a1582ab 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -147,7 +147,8 @@ function runApp() { session.defaultSession.cookies.set({ url: url, name: 'CONSENT', - value: 'YES+' + value: 'YES+', + sameSite: 'no_restriction' }) })