rougail-tutorials_builder/examples/110/structural_files/firefox/40-no_proxy.yml
2026-06-14 09:33:16 +02:00

17 lines
315 B
YAML

%YAML 1.2
---
version: 1.1
no_proxy:
description: Address for which proxy will be desactivated
type: domainname
params:
allow_ip: true
allow_cidr_network: true
allow_without_dot: true
allow_startswith_dot: true
mandatory: false
disabled:
variable: _.proxy_mode
when: No proxy
...