From a710176881403168c648b64836e1903b691645d5 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 20:01:31 +0200 Subject: [PATCH] [tutorial 032] Copy HTTP manual proxy to HTTPS manual proxy --- firefox/20-manual.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index e9f8e81..2192056 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -4,3 +4,17 @@ manual: use_for_https: description: Also use this proxy for HTTPS default: true + + https_proxy: + description: HTTPS Proxy + + address: + description: HTTPS address + type: domainname + params: + allow_ip: true + + port: + description: HTTPS Port + type: port + default: 8080