From de63937bff25a281d73094ed193562784fc2e108 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:28 +0100 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