Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Conversation

@ghost
Copy link

@ghost ghost commented Aug 11, 2025

This commit introduces a new configuration parameter WebsimCount to control the number of auxiliary GET requests made during the Web Simulation phase.

  • When WebsimCount is configured to a positive value and there are at least 4 available linked resources, the client will send a number of requests up to the specified count.
  • The original behavior of sending a random number of requests (between 2 and 4) is retained when WebsimCount is not set or the number of available resources is less than 4.

This provides users with greater control over the websim traffic, allowing for customization of the client's fingerprinting behavior.

api-me added 4 commits August 11, 2025 15:30
This commit introduces a new configuration parameter `WebsimCount` to control the number of auxiliary GET requests made during the Web Simulation phase.

- When `WebsimCount` is configured to a positive value and there are at least 4 available linked resources, the client will send a number of requests up to the specified count.
- The original behavior of sending a random number of requests (between 2 and 4) is retained when `WebsimCount` is not set or the number of available resources is less than 4.

This provides users with greater control over the websim traffic, allowing for customization of the client's fingerprinting behavior.
@ghost ghost merged commit c848c7d into master Aug 11, 2025
6 checks passed
@ghost ghost deleted the feat-Add-configurable-WebSim-request-count branch August 11, 2025 07:35
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants