Update launch_progress.html
This commit is contained in:
@@ -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) {
|
||||
<span class="badge bg-success">Forced</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SSL Certificate</td>
|
||||
<td>
|
||||
<span class="badge bg-success">Using Certificate ID: ${sslCertificateId}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Security Features</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user