From 551725465babf5635807512f7043b2d185c28def Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 8 Jan 2026 20:22:02 +0100 Subject: [PATCH] [tutorial v1.1_010] A variable with a list of possible values --- firefox/00-proxy.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/firefox/00-proxy.yml b/firefox/00-proxy.yml index b358551..92b75f5 100644 --- a/firefox/00-proxy.yml +++ b/firefox/00-proxy.yml @@ -2,5 +2,13 @@ --- version: 1.1 -proxy_mode: No proxy # Configure Proxy Access to the Internet +proxy_mode: + description: Configure Proxy Access to the Internet + choices: + - No proxy + - Auto-detect proxy settings for this network + - Use system proxy settings + - Manual proxy configuration + - Automatic proxy configuration URL + default: No proxy ...