move auth and favicon form main to handlers, linting
This commit is contained in:
@@ -2,8 +2,9 @@ package requestmodifiers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"ladder/proxychain"
|
||||
"regexp"
|
||||
|
||||
"ladder/proxychain"
|
||||
)
|
||||
|
||||
func ModifyPathWithRegex(matchRegex string, replacement string) proxychain.RequestModification {
|
||||
|
||||
Reference in New Issue
Block a user