chore(executor): remove unused header scrubbing function
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package executor
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/router-for-me/CLIProxyAPI/v6/internal/misc"
|
||||
)
|
||||
|
||||
// scrubProxyAndFingerprintHeaders delegates to the shared utility in internal/misc.
|
||||
func scrubProxyAndFingerprintHeaders(req *http.Request) {
|
||||
misc.ScrubProxyAndFingerprintHeaders(req)
|
||||
}
|
||||
Reference in New Issue
Block a user