mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
webproxy: constraint to proper place
This commit is contained in:
parent
bb06e1a5e1
commit
ee0e6c2cef
@ -262,19 +262,19 @@
|
||||
<sslbump type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
<Constraints>
|
||||
<check001>
|
||||
<ValidationMessage>When enabling "Log SNI information only", SSL inspection must also be enabled</ValidationMessage>
|
||||
<type>DependConstraint</type>
|
||||
<addFields>
|
||||
<field1>sslurlonly</field1>
|
||||
</addFields>
|
||||
</check001>
|
||||
</Constraints>
|
||||
</sslbump>
|
||||
<sslurlonly type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
<Constraints>
|
||||
<check001>
|
||||
<ValidationMessage>When enabling "Log SNI information only", SSL inspection must also be enabled</ValidationMessage>
|
||||
<type>DependConstraint</type>
|
||||
<addFields>
|
||||
<field1>sslbump</field1>
|
||||
</addFields>
|
||||
</check001>
|
||||
</Constraints>
|
||||
</sslurlonly>
|
||||
<sslcertificate type="CertificateField">
|
||||
<Required>N</Required>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user