feat: add HTTP/2 SETTINGS fingerprinting#386
Conversation
- Add initial_stream_window_size, initial_connection_window_size, and max_header_list_size fields to Http2Fingerprint struct - Update all Chrome fingerprints with correct HTTP/2 SETTINGS values (6_291_456, 15_663_105, 262_144) - Update all Firefox fingerprints with HTTP/2 SETTINGS values (131_072, 12_517_377, 65_536) - Configure reqwest client with HTTP/2 SETTINGS from fingerprint Co-authored-by: barjin <61918049+barjin@users.noreply.github.com>
|
@copilot fix the failing impit-node musl build action by replacing the failing job with https://github.com/maus007/docker-run-action-fork this fork. Make sure to pin the fork version on the current main. |
Replace addnab/docker-run-action@v3 with maus007/docker-run-action-fork@207a4e2 to fix musl build failures in node and python test workflows. The fork resolves compatibility issues with the musl Alpine Linux builds. Co-authored-by: barjin <61918049+barjin@users.noreply.github.com>
Fixed in commit bea83fb. Replaced Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
barjin
left a comment
There was a problem hiding this comment.
@copilot the musl builds for NodeJS are now failing with sh: syntax error: unexpected ";". Make minimal changes to the build script to fix this (run the entire script in bash?) Make sure that everything you use is present in the image first.
Remove trailing && operators from multi-line build scripts to fix sh syntax errors. The docker-run-action converts newlines to semicolons, which caused "unexpected ;" errors when && was at line endings. Scripts now use newlines that convert cleanly to semicolons. Co-authored-by: barjin <61918049+barjin@users.noreply.github.com>
Fixed in commit 18893cc. Removed trailing |
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.