From a1969abccd5e10872d4eb901a26fa16007c9fb1d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:14 +0100 Subject: [PATCH] [tutorial 012] A default value Now we can define the default value of this variable. If the user doesn't touch this variable's value, the value is "No proxy" As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard"). --- firefox/00-proxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/00-proxy.yml b/firefox/00-proxy.yml index 0299903..9d7618a 100644 --- a/firefox/00-proxy.yml +++ b/firefox/00-proxy.yml @@ -1,3 +1,4 @@ --- proxy_mode: description: Configure Proxy Access to the Internet + default: No proxy