We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a1f29 commit c4d9ffbCopy full SHA for c4d9ffb
httpclient/httpclient_cookies.go
@@ -12,7 +12,7 @@ func RedactSensitiveCookies(cookies []*http.Cookie) []*http.Cookie {
12
// Define sensitive cookie names that should be redacted.
13
sensitiveCookieNames := map[string]bool{
14
"SessionID": true, // Example sensitive cookie name
15
- // Add more sensitive cookie names as needed.
+ // More sensitive cookie names will be added as needed.
16
}
17
18
// Iterate over the cookies and redact sensitive ones.
0 commit comments