diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 17:36:33 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 17:39:29 +0300 |
| commit | c90f8a05bf792e61db250f210834cdabcc0b7906 (patch) | |
| tree | d2d610e9dc3e1a856a6f9be2510f4a323ee0126c /web/html/xray.html | |
| parent | 9f96ef83ece25934dfadec69aff3fe91e14301cd (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.html | 18 |
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: "#", |
