[PR #21] [MERGED] Man-in-the-Middle Proxy #59

Closed
opened 2026-02-28 14:18:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AnanthVivekanand/spotify-adblock/pull/21
Author: @AnanthVivekanand
Created: 1/24/2021
Status: Merged
Merged: 1/24/2021
Merged by: @AnanthVivekanand

Base: masterHead: mitm-proxy


📝 Commits (8)

  • e8f171e Basic mitm proxy
  • ce0a6eb Added MITM instructions
  • 4ec270e Handle proxy crashes
  • c1130fe Organized MITM-proxy utils
  • 527354b Merge remote-tracking branch 'origin/master' into mitm-proxy
  • d798aa1 Updated package.json for rename
  • dc8be1c Updated README.md for name change and MITM changes
  • 18ae417 Update README.md for issue #14

📊 Changes

8 files changed (+894 additions, -32 deletions)

View changed files

📝 .gitignore (+16 -0)
📝 README.md (+25 -7)
📝 blacklist.js (+2 -2)
mitm-utils/CA.js (+245 -0)
mitm-utils/whitelist-mitm.js (+43 -0)
mitm.js (+111 -0)
📝 package-lock.json (+447 -19)
📝 package.json (+5 -4)

📄 Description

This pull request adds a MITM proxy to master that decrypts SSL connections, revealing the full HTTP url of Spotify requests. This allows us to filter ads from domains that serve both ads and application functionality.


🔄 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/AnanthVivekanand/spotify-adblock/pull/21 **Author:** [@AnanthVivekanand](https://github.com/AnanthVivekanand) **Created:** 1/24/2021 **Status:** ✅ Merged **Merged:** 1/24/2021 **Merged by:** [@AnanthVivekanand](https://github.com/AnanthVivekanand) **Base:** `master` ← **Head:** `mitm-proxy` --- ### 📝 Commits (8) - [`e8f171e`](https://github.com/AnanthVivekanand/spotify-adblock/commit/e8f171ecc34601c57f3e244abd0cd70f6fcdb753) Basic mitm proxy - [`ce0a6eb`](https://github.com/AnanthVivekanand/spotify-adblock/commit/ce0a6eba8f5c671c50ba21472c37c7cfbc73ea94) Added MITM instructions - [`4ec270e`](https://github.com/AnanthVivekanand/spotify-adblock/commit/4ec270e8c1dc8549c0322703b4aae89917ca3522) Handle proxy crashes - [`c1130fe`](https://github.com/AnanthVivekanand/spotify-adblock/commit/c1130fe9a5c5fd980830f1289d696c88a3ac6983) Organized MITM-proxy utils - [`527354b`](https://github.com/AnanthVivekanand/spotify-adblock/commit/527354b35ca12859800fce5558bffe214a957fa2) Merge remote-tracking branch 'origin/master' into mitm-proxy - [`d798aa1`](https://github.com/AnanthVivekanand/spotify-adblock/commit/d798aa17911319c336dda41d86a74fc83f5ce0a1) Updated package.json for rename - [`dc8be1c`](https://github.com/AnanthVivekanand/spotify-adblock/commit/dc8be1cfdfd0ebb08d63f06e61fe7e50e4f86ae9) Updated README.md for name change and MITM changes - [`18ae417`](https://github.com/AnanthVivekanand/spotify-adblock/commit/18ae4179b9669c8b68c65e0d1d1225a11f1e6ecf) Update README.md for issue #14 ### 📊 Changes **8 files changed** (+894 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+16 -0) 📝 `README.md` (+25 -7) 📝 `blacklist.js` (+2 -2) ➕ `mitm-utils/CA.js` (+245 -0) ➕ `mitm-utils/whitelist-mitm.js` (+43 -0) ➕ `mitm.js` (+111 -0) 📝 `package-lock.json` (+447 -19) 📝 `package.json` (+5 -4) </details> ### 📄 Description This pull request adds a MITM proxy to master that decrypts SSL connections, revealing the full HTTP url of Spotify requests. This allows us to filter ads from domains that serve both ads and application functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:18:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-adblock#59
No description provided.