Skip to content

impit-node@0.9.2

Choose a tag to compare

@github-actions github-actions released this 10 Feb 10:31

Bug Fixes

  • Allow removing impersonated headers by passing empty string (#382)
    • Users can now remove impersonated headers (like Sec-Fetch-User) from requests by passing an empty string as the header value. When an empty string is provided, the header is filtered out before the request is sent. This enables users, e.g., to manually control which Sec-Fetch-* headers should be included in their requests, addressing use cases where the default impersonated headers don't match the actual request context.