mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-26 21:15:53 +03:00
[PR #21] [MERGED] Man-in-the-Middle Proxy #59
Labels
No labels
cannot reproduce
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-adblock#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:mitm-proxy📝 Commits (8)
e8f171eBasic mitm proxyce0a6ebAdded MITM instructions4ec270eHandle proxy crashesc1130feOrganized MITM-proxy utils527354bMerge remote-tracking branch 'origin/master' into mitm-proxyd798aa1Updated package.json for renamedc8be1cUpdated README.md for name change and MITM changes18ae417Update 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.