Added session.secure_https to system blueprint

This commit is contained in:
Matias Griese
2021-12-08 17:40:30 +02:00
parent 90f5ff7c74
commit bc70c9b93c

View File

@@ -1394,6 +1394,18 @@ form:
validate:
type: bool
session.secure_https:
type: toggle
label: PLUGIN_ADMIN.SESSION_SECURE_HTTPS
help: PLUGIN_ADMIN.SESSION_SECURE_HTTPS_HELP
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
default: true
validate:
type: bool
session.httponly:
type: toggle
label: PLUGIN_ADMIN.SESSION_HTTPONLY