diff --git a/internal/runtime/executor/header_scrub.go b/internal/runtime/executor/header_scrub.go deleted file mode 100644 index 41eb80d3..00000000 --- a/internal/runtime/executor/header_scrub.go +++ /dev/null @@ -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) -}