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

feat: Add chrome133 support #441

Merged
merged 1 commit into from
Feb 16, 2025
Merged

feat: Add chrome133 support #441

merged 1 commit into from
Feb 16, 2025

Conversation

0x676e67
Copy link
Owner

This pull request includes several changes to the TLS settings and introduces a new Chrome version (v133) with specific configurations. The most important changes are grouped by theme below:

TLS Settings Enhancements:

  • Added a new field alps_use_new_codepoint to the ChromeTlsSettings and HttpsLayerSettings structs to support the new ALPS codepoint. [1] [2]
  • Updated the alps_protos method in ConnectConfigurationExt to accept the new ALPS codepoint parameter. [1] [2]
  • Modified the HttpsLayer and BoringTlsConnector implementations to use the new alps_use_new_codepoint field. [1] [2]

Chrome v133 Configuration:

  • Introduced a new macro rule for Chrome v133 TLS settings, including enabling permute_extensions, pre_shared_key, and alps_use_new_codepoint.
  • Added Chrome v133 to the Impersonate enum and ImpersonateBuilder settings. [1] [2]
  • Created a new mod_generator entry for Chrome v133 with specific user-agent strings for different platforms.

Code Refactoring:

  • Removed unnecessary methods from the AlpsProtos struct to simplify the code.

These changes enhance the flexibility and functionality of the TLS settings, especially with the introduction of the new ALPS codepoint, and add support for a new Chrome version with specific configurations.

@0x676e67 0x676e67 merged commit 67469ea into 2.x Feb 16, 2025
3 checks passed
@0x676e67 0x676e67 deleted the feat branch February 16, 2025 13:56
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.

1 participant