Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-08 19:55:52 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-08 19:55:52 +0300
commit9fc03bd10af6496581aded12ccab28394a4a9275 (patch)
tree76d619f98f28f4abe38f6ebc3022ccff09d2d5db /web/html/form/tls_settings.html
parentae08a29cde7f4125df0480712dcbff316573e787 (diff)
remove ocspStapling
Diffstat (limited to 'web/html/form/tls_settings.html')
-rw-r--r--web/html/form/tls_settings.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html
index 3e61b5a2..3a1802a3 100644
--- a/web/html/form/tls_settings.html
+++ b/web/html/form/tls_settings.html
@@ -91,9 +91,6 @@
<a-textarea v-model="cert.key"></a-textarea>
</a-form-item>
</template>
- <a-form-item label='OCSP stapling'>
- <a-input-number v-model.number="cert.ocspStapling" :min="0"></a-input-number>
- </a-form-item>
<a-form-item label="One Time Loading">
<a-switch v-model="cert.oneTimeLoading"></a-switch>
</a-form-item>