Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add impersonation support for Chrome 100 and 101, drop support for Chrome 98 #64

Closed
wants to merge 2 commits into from

Conversation

lwthiker
Copy link
Owner

@lwthiker lwthiker commented May 15, 2022

.. and add support for Edge 101 as well. The TLS fingerprint is identical to
previous versions. The HTTP headers have the usual differences in the
user agents. One important change though is in the way the HTTP2
SETTINGS frame is formed. Up until Chrome 98, there was an additional
randomly-generated setting in the frame. This seems to have been removed
since. Therefore it was removed from curl-impersonate as well, and
support for Chrome/Edge 98 was deprecated, since supporting both
signatures requires a lot of work.

Please note: Support for Chrome/Edge 98 is removed in this PR. Supporting them in addition to the latest versions requires a lot of work, which I'm not sure is necessary. I'll leave this PR open for a day or two to see if there's any objection for them to be removed.

.. and for Edge 101 as well. The TLS fingerprint is identical to
previous versions. The HTTP headers have the usual differences in the
user agents. One important change though is in the way the HTTP2
SETTINGS frame is formed. Up until Chrome 98, there was an additional
randomly-generated setting in the frame. This seems to have been removed
since. Therefore it was removed from curl-impersonate as well, and
support for Chrome/Edge 98 was deprecated, since supporting both
signatures requires a lot of work.
@lwthiker
Copy link
Owner Author

Something got messed up here in the handling of the patch file. Will repoen in a new PR.

@lwthiker lwthiker closed this May 17, 2022
@lwthiker lwthiker deleted the chrome100 branch May 17, 2022 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant