rougail-tutorials/firefox/20-manual.yml

23 lines
353 B
YAML
Raw Normal View History

%YAML 1.2
---
version: 1.1
manual:
use_for_https: true # Also use this proxy for HTTPS
2026-01-08 20:22:21 +01:00
2026-01-08 20:22:29 +01:00
https_proxy:
description: HTTPS Proxy
hidden: true
2026-01-08 20:22:21 +01:00
address:
description: HTTPS address
default:
variable: __.http_proxy.address
2026-01-08 20:22:21 +01:00
port:
description: HTTPS Port
default:
variable: __.http_proxy.port
...