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

23 lines
353 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
---
2025-11-02 20:39:39 +01:00
version: 1.1
2025-05-05 18:21:57 +02:00
manual:
use_for_https: true # Also use this proxy for HTTPS
2026-01-07 08:36:06 +01:00
https_proxy:
description: HTTPS Proxy
2026-02-28 10:45:28 +01:00
hidden: true
2025-05-05 18:21:57 +02:00
address:
2026-01-07 08:36:06 +01:00
description: HTTPS address
2025-05-05 18:21:57 +02:00
default:
variable: __.http_proxy.address
port:
2026-01-07 08:36:06 +01:00
description: HTTPS Port
2025-05-05 18:21:57 +02:00
default:
variable: __.http_proxy.port
2025-05-05 19:05:46 +02:00
...