rougail-tutorials_builder/examples/040/structural_files/firefox/20-manual.yml

24 lines
380 B
YAML
Raw Normal View History

2025-11-02 20:39:39 +01:00
%YAML 1.2
---
version: 1.1
manual:
use_for_https: true # Also use this proxy for HTTPS
2025-11-08 10:37:28 +01:00
https_proxy:
description: HTTPS Proxy
2025-11-02 20:39:39 +01:00
hidden:
variable: _.use_for_https
address:
2025-11-08 10:37:28 +01:00
description: HTTPS address
2025-11-02 20:39:39 +01:00
default:
variable: __.http_proxy.address
port:
2025-11-08 10:37:28 +01:00
description: HTTPS Port
2025-11-02 20:39:39 +01:00
default:
variable: __.http_proxy.port
...