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

Version 1.6 #6

Merged
merged 27 commits into from
Sep 25, 2023
Merged

Version 1.6 #6

merged 27 commits into from
Sep 25, 2023

Conversation

josh-pinwheelapi
Copy link
Collaborator

  • Fixed Custom Redirect being used regardless if followRedirect is false by @sm0ke88 in Fixed Custom Redirect being used regardless if followRedirect is false bogdanfinn/tls-client#69
    implemented default header option for client
  • added serverNameOverwrite option to shared library payload;
  • added default headers option to shared library payload;
  • removed error and log when client receives another frame than setting first
  • Added chrome_117 profile with changed h2 fingerprint
  • Added firefox_117 profile with changed tls fingerprint

bogdanfinn and others added 20 commits June 16, 2023 17:05
In net/http, when defining a redirect function whether to follow or disable  redirects, you must always define a custom function in the transport. Using the custom redirect func in the clientConfig, it causes the .SetFollowRedirect() function to never work if provided with "false". By adding a check to ensure that follow redirects is enabled when updating the underlying client's transport, it allows you to enable and disable redirects per request, while also maintaining the custom redirect function when re-enabling follow redirects.
@phylum-io
Copy link

phylum-io bot commented Sep 23, 2023

Phylum OSS Supply Chain Risk Analysis - INCOMPLETE

The analysis contains 3 package(s) Phylum has not yet processed,
preventing a complete risk analysis. Phylum is processing these
packages currently and should complete soon.
Please wait for up to 30 minutes, then re-run the analysis.

View this project in the Phylum UI

@phylum-io
Copy link

phylum-io bot commented Sep 24, 2023

Phylum OSS Supply Chain Risk Analysis - SUCCESS

The Phylum risk analysis is complete and has passed the active policy.

View this project in the Phylum UI

@josh-pinwheelapi josh-pinwheelapi merged commit 47be415 into master Sep 25, 2023
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.

3 participants