feat(core)!: Set the secure flag on issued cookies (#8812)
This commit is contained in:
committed by
GitHub
parent
2b0e14e936
commit
0818824a72
@@ -538,6 +538,12 @@ export const schema = {
|
||||
env: 'N8N_PROTOCOL',
|
||||
doc: 'HTTP Protocol via which n8n can be reached',
|
||||
},
|
||||
secure_cookie: {
|
||||
doc: 'This sets the `Secure` flag on n8n auth cookie',
|
||||
format: Boolean,
|
||||
default: true,
|
||||
env: 'N8N_SECURE_COOKIE',
|
||||
},
|
||||
ssl_key: {
|
||||
format: String,
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user