From 7574673b9a1ecb196c0361ef296e788d7117a1bb Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 10 Jun 2026 22:27:06 +0200 Subject: [PATCH] [tutorial v1.1_070] A conditional hidden family with Jinja --- 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 ae857ce..f1f87d9 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -9,7 +9,10 @@ manual: '{{ identifier }}_proxy': description: '{{ identifier }} Proxy' hidden: - variable: _.use_for_https + jinja: |- + {% if _.use_for_https %} + HTTPS is same has HTTP + {% endif %} dynamic: - HTTPS - SOCKS