rougail-tutorials_builder/examples/072/dictionaries/firefox/40-no_proxy.yml
2025-05-05 19:05:46 +02:00

16 lines
313 B
YAML

%YAML 1.2
---
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
multi: true
mandatory: false
disabled:
variable: proxy_mode
when: No proxy
...