From bc70c9b93c26d4e04dbded25d15f7ff66cda1503 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 8 Dec 2021 17:40:30 +0200 Subject: [PATCH] Added `session.secure_https` to system blueprint --- system/blueprints/config/system.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 1aeaf2bf2..aff54b46c 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -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