mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
feat(mitmproxy): Add WebUI status page redirect
Add status.html that redirects to index.html for URL consistency. The existing index.html already provides full WAF status functionality. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
21b935fe15
commit
8502916d2f
10
packages/secubox-mitmproxy/www/mitmproxy/status.html
Normal file
10
packages/secubox-mitmproxy/www/mitmproxy/status.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=index.html">
|
||||
<title>WAF Status - SecuBox</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="index.html">WAF Status</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user