Add support for proxy cookie path/proxy cookie domain
This commit is contained in:
parent
96b1158a5b
commit
704a18cec9
5 changed files with 46 additions and 6 deletions
|
|
@ -274,6 +274,8 @@ func NewDefault() Configuration {
|
|||
ProxyReadTimeout: 60,
|
||||
ProxySendTimeout: 60,
|
||||
ProxyBufferSize: "4k",
|
||||
ProxyCookieDomain: "off",
|
||||
ProxyCookiePath: "off",
|
||||
SSLRedirect: true,
|
||||
CustomHTTPErrors: []int{},
|
||||
WhitelistSourceRange: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue