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。
+