From 3f3ad79408d5e58cf2d6c8d7b7ebfbcb36f2cf78 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 22 Nov 2025 13:35:28 +0100 Subject: [PATCH] [tutorial v1.1_062] Jinja with a parameter --- firefox/20-manual.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index a298cb42..eed0a578 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -10,10 +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