challenges/context: add JA4 fingerprint in the headers
This commit is contained in:
@@ -368,7 +368,7 @@ func (d *RequestData) RequestHeaders(headers http.Header) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ja4, ok := d.fp["fp4"]; ok {
|
if ja4, ok := d.fp["ja4"]; ok {
|
||||||
headers.Set("X-TLS-Fingerprint-JA4", ja4)
|
headers.Set("X-TLS-Fingerprint-JA4", ja4)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user