forked from abba23/spotify-adblock-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitelist.h
41 lines (41 loc) · 1.77 KB
/
whitelist.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
static const char *whitelist[] = {
"localhost", // for using local proxies
"audio-sp-*.pscdn.co", // audio
"audio-fa.scdn.co", // audio
"audio4-fa.scdn.co", // audio
"charts-images.scdn.co", // charts images
"daily-mix.scdn.co", // daily mix images
"dailymix-images.scdn.co", // daily mix images
"heads-fa.scdn.co", // audio (heads)
"i.scdn.co", // cover art
"lineup-images.scdn.co", // playlists lineup images
"merch-img.scdn.co", // merch images
"mosaic.scdn.co", // playlist mosaic images
"newjams-images.scdn.co", // release radar images
"o.scdn.co", // cover art
"pl.scdn.co", // playlist images
"profile-images.scdn.co", // artist profile images
"seeded-session-images.scdn.co", // radio images
"t.scdn.co", // background images
"thisis-images.scdn.co", // 'this is' playlists images
"video-fa.scdn.co", // videos
"content.production.cdn.art19.com", // podcasts
"rss.art19.com", // podcasts
"hwcdn.libsyn.com", // podcasts
"traffic.libsyn.com", // podcasts
"www.podtrac.com", // podcasts
"audio.simplecast.com", // podcasts
"media.simplecast.com", // podcasts
"ap.spotify.com", // audio (access point)
"*.ap.spotify.com", // resolved access points
"apresolve.spotify.com", // access point resolving
"dealer.spotify.com", // discord rich presence
"image-upload.spotify.com", // image uploading
"login*.spotify.com", // login
"spclient.wg.spotify.com", // ads/tracking (blocked in blacklist), radio, recently played, friend activity,...
"dcs*.megaphone.fm", // podcasts
"traffic.megaphone.fm", // podcasts
"heads4-ak-spotify-com.akamaized.net", // audio (heads)
"audio4-ak.spotify.com.edgesuite.net", // audio
"audio-sp-*.spotifycdn.net", // audio
};