this makes cobalt less prone to TLS client fingerprinting, as it avoids having the default node.js TLS fingerprint that is shared by all node.js applications.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/imputnet/cobalt/pull/574
**Author:** [@dumbmoron](https://github.com/dumbmoron)
**Created:** 6/15/2024
**Status:** ✅ Merged
**Merged:** 6/15/2024
**Merged by:** [@dumbmoron](https://github.com/dumbmoron)
**Base:** `current` ← **Head:** `randomize-cipherlist`
---
### 📝 Commits (1)
- [`fea4f71`](https://github.com/imputnet/cobalt/commit/fea4f717680beaa6d0721749800a029683b49451) api: randomize cipherlist for making requests to services
### 📊 Changes
**2 files changed** (+32 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/core/api.js` (+4 -0)
➕ `src/modules/sub/randomize-ciphers.js` (+28 -0)
</details>
### 📄 Description
this makes cobalt less prone to TLS client fingerprinting, as it avoids having the default node.js TLS fingerprint that is shared by all node.js applications.
also seemingly fixes #573
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/574
Author: @dumbmoron
Created: 6/15/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @dumbmoron
Base:
current← Head:randomize-cipherlist📝 Commits (1)
fea4f71api: randomize cipherlist for making requests to services📊 Changes
2 files changed (+32 additions, -0 deletions)
View changed files
📝
src/core/api.js(+4 -0)➕
src/modules/sub/randomize-ciphers.js(+28 -0)📄 Description
this makes cobalt less prone to TLS client fingerprinting, as it avoids having the default node.js TLS fingerprint that is shared by all node.js applications.
also seemingly fixes #573
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.