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

This commit is contained in:
egarette@silique.fr 2026-06-21 09:49:34 +02:00
parent f9734bc0fe
commit 1f9e4ca5f0

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

@ -0,0 +1,17 @@
%YAML 1.2
---
version: 1.1
proxies:
username:
redefine: true
mandatory: false
password:
redefine: true
hidden:
variable: _.username
when: null
description: if username is empty
...