Skip to content

Commit ae6df6c

Browse files
committed
Samesite lax
1 parent f24e280 commit ae6df6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/apollo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { provideApolloClient } from "@vue/apollo-composable";
1010
export default defineNuxtPlugin((nuxtApp) => {
1111
const cookie = useCookie("woo-session", {
1212
maxAge: 86_400,
13-
//sameSite: "lax",
14-
sameSite: "none",
15-
secure: false,
13+
sameSite: "lax",
14+
// sameSite: "none",
15+
// secure: false,
1616
});
1717
const config = useRuntimeConfig();
1818

0 commit comments

Comments
 (0)