mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
Added check on SNI field checkbox (#3338)
This commit is contained in:
parent
f8143ef30d
commit
2a9bc8fe49
@ -262,6 +262,15 @@
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user