Skip to content

Commit adee4bb

Browse files
committed
Expose cookie configs to ENV
1 parent c4d75d0 commit adee4bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

api/configextender.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ const OVERRIDES = {
5353
CA: 'ca',
5454
},
5555
},
56-
56+
COOKIE: {
57+
SAMESITE: 'sameSite',
58+
HTTPONLY: 'httpOnly',
59+
MAXAGE: 'maxAge',
60+
MAXAGELOGIN: 'maxAgeLogin',
61+
},
5762
MAIL: {
5863
CONFIG: {
5964
IGNORETLS: "ignoreTLS"

0 commit comments

Comments
 (0)