[tutorial 110] xxx
This commit is contained in:
parent
842a679110
commit
68d5cb5586
1 changed files with 15 additions and 0 deletions
15
foxyproxy/10-redefine.yml
Normal file
15
foxyproxy/10-redefine.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
proxies:
|
||||||
|
username:
|
||||||
|
redefine: true
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
|
password:
|
||||||
|
redefine: true
|
||||||
|
hidden:
|
||||||
|
type: jinja
|
||||||
|
jinja: |
|
||||||
|
{% if not _.username %}
|
||||||
|
no username defined
|
||||||
|
{% endif %}
|
||||||
|
description: if username is not defined
|
Loading…
Reference in a new issue