From 8fde46c157f22585541e959506a9b0d2bd9ffec3 Mon Sep 17 00:00:00 2001 From: Kobe Date: Sun, 15 Jun 2025 12:57:11 +0200 Subject: [PATCH] Update launch_progress.html --- templates/main/launch_progress.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/main/launch_progress.html b/templates/main/launch_progress.html index b17a183..bf1105c 100644 --- a/templates/main/launch_progress.html +++ b/templates/main/launch_progress.html @@ -508,12 +508,13 @@ async function createProxyHost(domains, port, sslCertificateId) { forward_host: '192.168.68.124', forward_port: parseInt(port), ssl_forced: true, - caching_enabled: true, + caching_enabled: false, block_exploits: true, allow_websocket_upgrade: true, http2_support: true, hsts_enabled: true, hsts_subdomains: true, + certificate_id: sslCertificateId, meta: { letsencrypt_agree: true, dns_challenge: false @@ -600,6 +601,12 @@ async function createProxyHost(domains, port, sslCertificateId) { Forced + + SSL Certificate + + Using Certificate ID: ${sslCertificateId} + + Security Features