mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 12:00:02 -04:00
Update app.js
This commit is contained in:
parent
b337a7c7d9
commit
a064338164
1 changed files with 1 additions and 2 deletions
3
app.js
3
app.js
|
@ -61,8 +61,7 @@
|
||||||
|
|
||||||
app.use(session({
|
app.use(session({
|
||||||
secret: 'alloy',
|
secret: 'alloy',
|
||||||
SameSite = None,
|
cookie: { sameSite: 'none', secure: 'true' },
|
||||||
Secure,
|
|
||||||
saveUninitialized: true,
|
saveUninitialized: true,
|
||||||
resave: true
|
resave: true
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue