From 536c6e18cd9d45d639bf1c063d61e2d1efcfd615 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 7 Nov 2025 06:16:08 +0100 Subject: [PATCH] [tutorial 012] Set 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/00-proxy.yml b/firefox/00-proxy.yml index 5b6478f6..b3585514 100644 --- a/firefox/00-proxy.yml +++ b/firefox/00-proxy.yml @@ -2,5 +2,5 @@ --- version: 1.1 -proxy_mode: # Configure Proxy Access to the Internet +proxy_mode: No proxy # Configure Proxy Access to the Internet ...