-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
Proxy-Agent Header is added at:
Lines 257 to 259 in 379d9a7
| if resp.Header.Get("Proxy-Agent") == "" { | |
| resp.Header.Set("Proxy-Agent", h.md.proxyAgent) | |
| } |
When use Knock mode to enable Probing Resistance, the Proxy-Agent header is still exist, which indicates that the server is a proxy server.
Maybe this header should be added after proxy authenticate to avoid this leak.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels