fix(TDI-44924):tFileFetch should not trust all server by default (#5328) (#5327)

* fix(TDI-44924):tFileFetch should not trust all server by default

* add migration task

* correct class name

* fix plugin.xml
This commit is contained in:
pyzhou
2020-10-23 11:22:44 +08:00
committed by GitHub
parent acb062d46f
commit 4f33d89465
5 changed files with 93 additions and 1 deletions

View File

@@ -401,6 +401,15 @@ COMPATIBILITY="ALL"
NUM_ROW="60"
>
<DEFAULT>false</DEFAULT>
</PARAMETER>
<PARAMETER
NAME="TRUST_ALL_SERVER"
FIELD="CHECK"
REQUIRED="true"
SHOW_IF="PROTO == 'HTTPS_PROTO'"
NUM_ROW="70"
>
<DEFAULT>false</DEFAULT>
</PARAMETER>
</ADVANCED_PARAMETERS>