[PR #574] [MERGED] api: randomize cipherlist for making requests to services #31331

Closed
opened 2026-07-15 20:10:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: currentHead: randomize-cipherlist


📝 Commits (1)

  • fea4f71 api: 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.

## 📋 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>
GiteaMirror added the pull-request label 2026-07-15 20:10:03 -05:00
Sign in to join this conversation.