mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 13:05:56 +03:00
[PR #186] [MERGED] Update browser fingerprints #286
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cbeuw/Cloak/pull/186
Author: @HirbodBehnam
Created: 3/23/2022
Status: ✅ Merged
Merged: 3/31/2022
Merged by: @cbeuw
Base:
master← Head:master📝 Commits (2)
f67ae6eUpdate chrome fingerprint9614fbcUpdate firefox fingerprint📊 Changes
4 files changed (+32 additions, -26 deletions)
View changed files
📝
internal/client/chrome.go(+11 -9)📝
internal/client/chrome_test.go(+1 -1)📝
internal/client/firefox.go(+18 -14)📝
internal/client/firefox_test.go(+2 -2)📄 Description
Hello


This issue will fix issue #185
I simply used https://tlsfingerprint.io/ to match cloak's fingerprint with chrome.
There were two changes. At first I dropped TLS 1.0 and 1.1 in client hello. Then I added
application settingsfield to client hello. This holds a value about ALPN. I'm not sure but this might break some other stuff. (The cloak direct connection works fine in Iran)Also here is a proof from tlsfingerprint.io that shows cloak's fingerprint which is the same as chrome:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.