[tutorial v1.1_211] redefines the behavior to password mandatory if the user is defined

This commit is contained in:
egarette@silique.fr 2026-03-12 08:11:20 +01:00
parent 0d683cd302
commit 8edd90b4ef

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
...