diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-01 22:18:28 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-01 22:18:28 +0300 |
| commit | da674d44cf9819d5353be731c6bb3640bc3d7fd1 (patch) | |
| tree | 228c28f83841b1976182bd65b1bd1be8a984dd46 | |
| parent | cc3252531b059e6f30ff95c3947e16221cd21507 (diff) | |
httpupgrade: remove host from header
| -rw-r--r-- | web/html/xui/form/stream/stream_httpupgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_httpupgrade.html b/web/html/xui/form/stream/stream_httpupgrade.html index a98291cb..35dd2db8 100644 --- a/web/html/xui/form/stream/stream_httpupgrade.html +++ b/web/html/xui/form/stream/stream_httpupgrade.html @@ -10,7 +10,7 @@ <a-input v-model.trim="inbound.stream.httpupgrade.path"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'> - <a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('host', '')"></a-button> + <a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('', '')"></a-button> </a-form-item> <a-form-item :wrapper-col="{span:24}"> <a-input-group compact v-for="(header, index) in inbound.stream.httpupgrade.headers"> |
