This avoids false positive detections on other bruteforced paths, such as .zsh_history or others, which eventually result in automated false vulnerability submissions.
@@ -1,7 +1,7 @@
{
"headers": [
- "source": "/((?!favicon.ico).*)",
+ "source": "/(|install.sh)",
"key": "Content-Type",
@@ -16,7 +16,7 @@
],
"rewrites": [
- "source": "/((?!favicon.ico|install.sh).*)",
+ "source": "/",
"destination": "/install.sh"
}
]