rougail-tutorials_builder/examples/036/dictionaries/firefox/20-manual.yml

24 lines
406 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2025-05-05 18:21:57 +02:00
---
manual:
use_for_https:
description: Also use this proxy for HTTPS
default: true
https_proxy:
description: HTTPS Proxy
hidden:
variable: manual.use_for_https
address:
description: HTTPS address
default:
variable: manual.http_proxy.address
port:
description: HTTPS Port
default:
variable: manual.http_proxy.port
2025-05-05 19:05:46 +02:00
...