From c90f8a05bf792e61db250f210834cdabcc0b7906 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 4 May 2026 16:36:33 +0200 Subject: fix(security): sanitize remote IP headers and escape log viewer output #4135 --- web/html/xray.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'web/html/xray.html') 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" .}}