20 lines
640 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "disableSentry",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Disable Sentry",
7
"tagline": "Turns off Discord's error reporting systems",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["privacy"]
10
},
11
"blocked": [
12
"https://*.sentry.io/*",
13
"https://*.discord.com/error-reporting-proxy/*",
14
"https://discord.com/assets/sentry.*.js",
15
"https://*.discord.com/assets/sentry.*.js",
16
"https://*.discordapp.com/error-reporting-proxy/*",
17
"https://discordapp.com/assets/sentry.*.js",
18
"https://*.discordapp.com/assets/sentry.*.js"
19
]
20
}
21