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/xray.html
parent9f96ef83ece25934dfadec69aff3fe91e14301cd (diff)
fix(security): sanitize remote IP headers and escape log viewer output
#4135
Diffstat (limited to 'web/html/xray.html')
-rw-r--r--web/html/xray.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/web/html/xray.html b/web/html/xray.html
index e229350d..97876361 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -133,15 +133,15 @@
{{template "component/aThemeSwitch" .}}
{{template "component/aTableSortable" .}}
{{template "component/aSettingListItem" .}}
-{{template "modals/ruleModal"}}
-{{template "modals/outModal"}}
-{{template "modals/reverseModal"}}
-{{template "modals/balancerModal"}}
-{{template "modals/dnsModal"}}
-{{template "modals/dnsPresetsModal"}}
-{{template "modals/fakednsModal"}}
-{{template "modals/warpModal"}}
-{{template "modals/nordModal"}}
+{{template "modals/ruleModal" .}}
+{{template "modals/outModal" .}}
+{{template "modals/reverseModal" .}}
+{{template "modals/balancerModal" .}}
+{{template "modals/dnsModal" .}}
+{{template "modals/dnsPresetsModal" .}}
+{{template "modals/fakednsModal" .}}
+{{template "modals/warpModal" .}}
+{{template "modals/nordModal" .}}
<script>
const rulesColumns = [{
title: "#",