Skip to content

Commit 63b4dbe

Browse files
committed
Some additional checks
1 parent 45f3e04 commit 63b4dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fourohme.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func main() {
8888
"X-Original-URL",
8989
"X-Originally-Forwarded-For",
9090
"X-Originating-IP",
91+
"X-Override-URL",
9192
"X-Proxy-Url",
9293
"X-ProxyUser-Ip",
9394
"X-Real-Ip",
@@ -121,7 +122,7 @@ func main() {
121122
}
122123
}
123124

124-
httpVerbsList := []string{"GET", "POST", "HEAD", "DELETE", "PUT", "PATCH", "OPTIONS", "TRACE"}
125+
httpVerbsList := []string{"GET", "POST", "HEAD", "DELETE", "PUT", "PATCH", "OPTIONS", "TRACE", "TRACK"}
125126

126127
// Intentionally wrapped with spaces for readability
127128
urlPayloadsList := []string{

0 commit comments

Comments
 (0)