diff --git a/web/public/js/components.js b/web/public/js/components.js index 9380a78c..ac6b1b53 100755 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -1924,7 +1924,8 @@ Vue.component("ssl-config-box", { hsts: null, cipherSuitesIsOn: false, cipherSuites: [], - http2Enabled: true + http2Enabled: true, + ocspIsOn: false } } else { if (policy.certRefs == null) { @@ -2401,6 +2402,14 @@ Vue.component("ssl-config-box", { + + + OCSP Stapling + +

选中表示启用OCSP Stapling。

+ + + 客户端认证方式 @@ -4309,10 +4318,6 @@ Vue.component("http-cache-refs-config-box", { callback: function (resp) { resp.data.cacheRef.id = that.refs[index].id Vue.set(that.refs, index, resp.data.cacheRef) - - // 通知子组件更新 - that.$refs.cacheRef[index].notifyChange() - that.change() } }) @@ -8239,11 +8244,11 @@ Vue.component("http-access-log-search-box", {
关键词 - +
- +
@@ -8252,6 +8257,7 @@ Vue.component("http-access-log-search-box", {
+