Compare commits
2 commits
03bde9c8d4
...
27d9a806b2
Author | SHA1 | Date | |
---|---|---|---|
wry | 27d9a806b2 | ||
wry | abb8d81931 |
23
README.md
23
README.md
|
@ -1,3 +1,22 @@
|
|||
# no-discord-tracking
|
||||
# Discord Anti-Tracking Filter
|
||||
|
||||
Block API endpoints used for invasive telemetry and tracking on the Discord client.
|
||||
> Block API endpoints used for invasive telemetry and tracking on the Discord client.
|
||||
|
||||
---
|
||||
|
||||
## About
|
||||
|
||||
Attempts to make Discord slightly more bearable to use.
|
||||
|
||||
Filter uses ad-blocker syntax and was tested with [uBlock Origin](https://github.com/gorhill/uBlock).
|
||||
|
||||
## Usage
|
||||
|
||||
Add the filter to your ad-blocker with the following link:
|
||||
```
|
||||
https://fem.mint.lgbt/wry/no-discord-tracking/raw/discord-filter.txt
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT license](https://fem.mint.lgbt/wry/no-discord-tracking/src/LICENSE).
|
||||
|
|
32
discord-filter.txt
Normal file
32
discord-filter.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
! Title: Discord Privacy Filter
|
||||
! Expires: 7 days
|
||||
! Description: Block tracking endpoints on Discord without impacting usability.
|
||||
! Homepage: https://fem.git.lgbt/wry/no-discord-tracking
|
||||
! License: MIT; https://fem.mint.lgbt/wry/no-discord-tracking/raw/LICENSE
|
||||
! Version: 1.0.0
|
||||
|
||||
!! Telemetry:
|
||||
|
||||
! Old telemetry endpoint that is no longer used.
|
||||
||discord.com/api/*/track
|
||||
! Used to track every click, menu change, or other interaction on the client.
|
||||
! https://luna.gitlab.io/discord-unofficial-docs/science.html.
|
||||
||discord.com/api/*/science
|
||||
! Block error and crash reporting.
|
||||
||discord.com/api/*/metrics
|
||||
||discord.com/error-reporting-proxy
|
||||
! Block analytics.
|
||||
! Note: experimental filter (disabled).
|
||||
! ||discord.com/api/*?with_analytics_token*
|
||||
|
||||
!! Other Tracking:
|
||||
|
||||
! Prevent sending list of processes to Discord (used for rich presence).
|
||||
||discord.com/api/*/applications/detectable
|
||||
! Block sending typing indicator in Discord channels.
|
||||
||discord.com/api/*/channels/*/typing
|
||||
! Block friend suggestions.
|
||||
||discord.com/api/*/friend-suggestions
|
||||
! Block Cloudflare fingerprinting.
|
||||
! https://developers.cloudflare.com/fundamentals/reference/cdn-cgi-endpoint/.
|
||||
||discord.com/cdn-cgi
|
Loading…
Reference in a new issue