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:
CyberMind-FR 2026-05-03 08:23:49 +02:00
parent 21b935fe15
commit 8502916d2f

View 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>