Skip to content

Commit 13adb0c

Browse files
committed
fix(cmd/anubis): revert this change, it's meant to be its own PR
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 1921566 commit 13adb0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/anubis/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,11 @@ func main() {
476476

477477
var h http.Handler
478478
h = s
479-
h = internal.JA4H(h)
480479
h = internal.CustomRealIPHeader(*customRealIPHeader, h)
481480
h = internal.RemoteXRealIP(*useRemoteAddress, *bindNetwork, h)
482481
h = internal.XForwardedForToXRealIP(h)
483482
h = internal.XForwardedForUpdate(*xffStripPrivate, h)
483+
h = internal.JA4H(h)
484484

485485
srv := http.Server{Handler: h, ErrorLog: internal.GetFilteredHTTPLogger()}
486486
listener, listenerUrl := setupListener(*bindNetwork, *bind)

0 commit comments

Comments
 (0)