[tutorial v1.1_241] Redefine it to password is mandatory if an username is set

This commit is contained in:
egarette@silique.fr 2026-06-14 19:06:19 +02:00
parent c0c137dd85
commit 9aec4374ec

18
foxyproxy/10-redefine.yml Normal file
View file

@ -0,0 +1,18 @@
%YAML 1.2
---
version: 1.1
proxies:
username:
redefine: true
mandatory: false
password:
redefine: true
hidden:
jinja: |-
{{ not _.username }}
return_type: boolean
description: if username is empty
...