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>2026-05-04 17:36:33 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-05-04 17:39:29 +0300
commitc90f8a05bf792e61db250f210834cdabcc0b7906 (patch)
treed2d610e9dc3e1a856a6f9be2510f4a323ee0126c /web/html/form/protocol/dokodemo.html
parent9f96ef83ece25934dfadec69aff3fe91e14301cd (diff)
fix(security): sanitize remote IP headers and escape log viewer output
#4135
Diffstat (limited to 'web/html/form/protocol/dokodemo.html')
-rw-r--r--web/html/form/protocol/dokodemo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/protocol/dokodemo.html b/web/html/form/protocol/dokodemo.html
index 4437a3e3..1dbace29 100644
--- a/web/html/form/protocol/dokodemo.html
+++ b/web/html/form/protocol/dokodemo.html
@@ -32,6 +32,6 @@
</a-form>
<!-- sockopt -->
<template>
- {{template "form/streamSockopt"}}
+ {{template "form/streamSockopt" .}}
</template>
{{end}} \ No newline at end of file