proxy_set_fingerprint_spoof
Spoof outgoing TLS and HTTP/2 fingerprints to match Chrome or Firefox browser presets, avoiding JA3/JA4 detection while proxying HTTPS traffic.
Instructions
Enable outgoing TLS + HTTP/2 fingerprint spoofing via impit (native TLS impersonation, no Docker required). Supports browser presets that select an impit target (rustls, matching real Chrome/Firefox).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | No | Browser preset name (e.g. 'chrome_131', 'chrome_136'). Use proxy_list_fingerprint_presets to see available options. | |
| user_agent | No | User-Agent header to use with spoofed requests (overrides preset UA) | |
| host_patterns | No | Only spoof requests to hostnames containing these substrings. Empty = spoof all HTTPS. | |
| disable_redirect | No | Disable automatic redirect following | |
| insecure_skip_verify | No | Skip TLS certificate verification |