From 8debeeb21a742fbd1cbbbf3ab88822aa4374094c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 10 Nov 2025 08:21:25 +0100 Subject: [PATCH] [tutorial v1.1_032] Copy HTTP manual proxy to HTTPS manual proxy --- firefox/20-manual.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index bbd0f25c..442fb2d3 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -5,4 +5,17 @@ version: 1.1 manual: use_for_https: true # Also use this proxy for HTTPS + + https_proxy: # HTTPS Proxy + + address: + description: HTTPS address + type: domainname + params: + allow_ip: true + + port: + description: HTTPS Port + type: port + default: 8080 ...