TLS: Remove ECH Force Query

This commit is contained in:
MHSanaei
2026-05-04 13:20:24 +02:00
parent 51e2fb6dbf
commit e19061d513
66 changed files with 4378 additions and 4636 deletions
+2 -2
View File
@@ -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}}