tangled
alpha
login
or
join now
graham.systems
/
statusphere-react
forked from
samuel.fm/statusphere-react
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
samesite strict
samuel.fm
10 months ago
a563ed7f
1693111a
options
unified
split
Changed files
+1
-1
packages
appview
src
routes.ts
+1
-1
packages/appview/src/routes.ts
···
20
20
cookieOptions: {
21
21
secure: env.NODE_ENV === 'production',
22
22
httpOnly: true,
23
23
-
sameSite: 'lax',
23
23
+
sameSite: true,
24
24
path: '/',
25
25
// Don't set domain explicitly - let browser determine it
26
26
domain: undefined,