-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
178 lines (178 loc) · 9.32 KB
/
configuration.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "DeadEnd",
"description": "The compilation of filters for AdGuard Home",
"homepage": "https://github.com/ammnt/DeadEnd",
"version": "1.8",
"sources": [
{
"name": "AdGuard DNS filter",
"source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "AdGuard DNS Popup Hosts filter",
"source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/adguard_popup_filter.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "AdAway Default Blocklist",
"source": "https://adaway.org/hosts.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Peter Lowe's List",
"source": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Steven Black's ad-hoc list",
"source": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Lightswitch05's Ads & Tracking Extended",
"source": "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "NoTracking",
"source": "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/hostnames.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "NoTrack Tracker Blocklist",
"source": "https://gitlab.com/quidsup/notrack-blocklists/-/raw/master/trackers.hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "d3Host List by d3ward",
"source": "https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.adblock",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Dan Pollock's List",
"source": "https://someonewhocares.org/hosts/zero/hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "MVPS HOSTS",
"source": "https://winhelp2002.mvps.org/hosts.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Disconnect Simple Ads",
"source": "https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Disconnect Simple Tracking",
"source": "https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Disconnect Simple Malvertising",
"source": "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Hello, Goodbye",
"source": "https://raw.githubusercontent.com/bcye/Hello-Goodbye/master/pihole.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "add.2o7Net",
"source": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "UncheckyAds",
"source": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "onlineConsultantBlocker",
"source": "https://raw.githubusercontent.com/pafnuty/onlineConsultantBlocker/master/hosts",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "CallbackWidgetsBlocker - Sites Callbacks Blocker",
"source": "https://raw.githubusercontent.com/acuna-public/CallbackWidgetsBlocker/master/callbacks.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "The Block List Project - Ads List",
"source": "https://blocklistproject.github.io/Lists/ads.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "The Block List Project - Tracking List",
"source": "https://blocklistproject.github.io/Lists/tracking.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "hpHosts - Ad and Tracking",
"source": "https://raw.githubusercontent.com/p-mng/hosts-file-backup/master/ad_servers.txt",
"type": "hosts",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "AdGuard CNAME disguised ads list",
"source": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_ads.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "AdGuard CNAME disguised trackers list",
"source": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "NextDNS CNAME Cloaking Blocklist",
"source": "https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "orwell1984.today CNAME list",
"source": "https://gist.githubusercontent.com/ammnt/8b3d07a0ecdb48fe0f7e289525a11446/raw/4ff2818cc1aa12b5e9da2aeeb467cdc2fe8197f4/orwell1984.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "antipopads:re",
"source": "https://antipopads-re.energized.pro/formats/filter.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
},
{
"name": "Internal inclusions list",
"source": "inclusions.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Validate", "InsertFinalNewLine"]
}
],
"transformations": ["RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Compress", "Validate", "InsertFinalNewLine"],
"exclusions_sources": ["exclusions.txt"]
}