TLS: Remove ECH Force Query
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
type: String,
|
||||
required: false,
|
||||
defaultValue: "default",
|
||||
validator: function (value) {
|
||||
validator: function(value) {
|
||||
return ['small', 'default'].includes(value)
|
||||
}
|
||||
}
|
||||
@@ -46,4 +46,4 @@
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user