apify / fingerprint-suite

Browser fingerprinting tools for anonymizing your scrapers. Developed by Apify.
Apache License 2.0
1k stars 104 forks source link

bug: `fingerprint-injector` tries to inject invalid headers #296

Closed barjin closed 5 months ago

barjin commented 5 months ago

Reported on Slack:

image

This is most likely caused by the injector trying to inject "uninjectable" headers (e.g. te or accept-encoding..., which all depend on the browser capabilities and cannot be easily "faked").

We should implement some filter to only inject "safe" headers with user-agent data, not headers that

barjin commented 5 months ago

Caused by user error, closing.