diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index bbd0f25..42f47c9 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -5,4 +5,19 @@ version: 1.1 manual: use_for_https: true # Also use this proxy for HTTPS + + https_proxy: + description: HTTPS Proxy + hidden: true + + address: + description: HTTPS address + type: domainname + params: + allow_ip: true + + port: + description: HTTPS Port + type: port + default: 8080 ...