From a962d86e87f4ea5e4ceccc5d23d2bf8de3ba75c7 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 9 Nov 2025 18:57:47 +0100 Subject: [PATCH] [tutorial v1.1_062] Jinja with a description --- firefox/20-manual.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index f1f87d9c..298db343 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -10,9 +10,13 @@ manual: description: '{{ identifier }} Proxy' hidden: jinja: |- - {% if _.use_for_https %} + {% if my_identifier == 'HTTPS' and _.use_for_https %} HTTPS is same has HTTP {% endif %} + description: in HTTPS case if "_.use_for_https" is set to True + params: + my_identifier: + type: identifier dynamic: - HTTPS - SOCKS