From 51a9bb545bac520540aca4872c9702f3b63483aa Mon Sep 17 00:00:00 2001 From: Mygod Date: Wed, 26 Apr 2023 16:42:19 -0400 Subject: [PATCH] Remove useless fields --- forwardproxy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/forwardproxy.go b/forwardproxy.go index 4309cb8..cf8672f 100644 --- a/forwardproxy.go +++ b/forwardproxy.go @@ -91,8 +91,6 @@ type Handler struct { aclRules []aclRule // TODO: temporary/deprecated - we should try to reuse existing authentication modules instead! - BasicauthUser string `json:"auth_user_deprecated,omitempty"` - BasicauthPass string `json:"auth_pass_deprecated,omitempty"` AuthRequired bool `json:"auth_required,omitempty"` AuthCredentials [][]byte `json:"auth_credentials,omitempty"` // slice with base64-encoded credentials }