forked from mozilla-services/shavar-list-creation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_shavar_list_creation.ini
148 lines (120 loc) · 5.55 KB
/
sample_shavar_list_creation.ini
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
# Copy to shavar_list_creation.ini to enable.
[main]
default_disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/disconnect-blacklist.json
# Whether or not to upload to s3. Requires s3_bucket and s3_key not to be empty.
s3_upload=false
# The s3 bucket to which to upload the output digest256 list, e.g., mmc-shavar
s3_bucket=mmc-shavar
[tracking-protection]
# The location of the Disconnect list
categories=Advertising|Analytics|Social|Disconnect
# The location of the allowlist
allowlist_url=https://raw.githubusercontent.com/mozilla-services/shavar-list-exceptions/master/allow_list
# The filename of the generated data file. This will be used as the S3 key
# name if s3_upload is enabled. Leave blank for no local output.
output=mozpub-track-digest256
# DNT="", all categories except content category
[tracking-protection-base]
categories=Advertising|Analytics|Social|Disconnect
output=base-track-digest256
# DNT="EFF", all categories except content category
[tracking-protection-baseeff]
categories=Advertising|Analytics|Social|Disconnect
output=baseeff-track-digest256
# DNT="W3C", all categories except content category
[tracking-protection-basew3c]
categories=Advertising|Analytics|Social|Disconnect
output=basew3c-track-digest256
# DNT="", content category
[tracking-protection-content]
categories=Content
output=content-track-digest256
# DNT="", ads category
[tracking-protection-ads]
categories=Advertising|Disconnect
output=ads-track-digest256
# DNT="", analytics category
[tracking-protection-analytics]
categories=Analytics|Disconnect
output=analytics-track-digest256
# DNT="", social category
[tracking-protection-social]
categories=Social|Disconnect
output=social-track-digest256
[social-tracking-protection]
disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/social-tracking-protection-blacklist.json
categories=Facebook|Twitter|LinkedIn|YouTube
output=social-tracking-protection-digest256
s3_key=tracking/social-tracking-protection-digest256
[social-tracking-protection-facebook]
disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/social-tracking-protection-blacklist.json
categories=Facebook
output=social-tracking-protection-facebook-digest256
s3_key=tracking/social-tracking-protection-facebook-digest256
[social-tracking-protection-twitter]
disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/social-tracking-protection-blacklist.json
categories=Twitter
output=social-tracking-protection-twitter-digest256
s3_key=tracking/social-tracking-protection-twitter-digest256
[social-tracking-protection-linkedin]
disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/social-tracking-protection-blacklist.json
categories=LinkedIn
output=social-tracking-protection-linkedin-digest256
s3_key=tracking/social-tracking-protection-linkedin-digest256
[social-tracking-protection-youtube]
disconnect_url=https://raw.githubusercontent.com/mozilla-services/shavar-prod-lists/master/social-tracking-protection-blacklist.json
categories=YouTube
output=social-tracking-protection-youtube-digest256
s3_key=tracking/social-tracking-protection-youtube-digest256
# DNT="EFF", content category
[tracking-protection-contenteff]
categories=Content
output=contenteff-track-digest256
# DNT="W3C", content category
[tracking-protection-contentw3c]
categories=Content
output=contentw3c-track-digest256
[tracking-protection-testing]
categories=Advertising|Analytics|Social|Disconnect
allowlist_url=https://raw.githubusercontent.com/mozilla-services/shavar-list-exceptions/master/allow_list
output=moztestpub-track-digest256
[plugin-blocklist]
blocklist=https://raw.githubusercontent.com/mozilla-services/shavar-plugin-blocklist/master/mozplugin-block.txt
output=mozplugin-block-digest256
[plugin-blocklist-experiment]
blocklist=https://raw.githubusercontent.com/mozilla-services/shavar-plugin-blocklist/master/mozplugin2-block.txt
output=mozplugin2-block-digest256
[entity-whitelist]
entity_url=https://s3.amazonaws.com/lists.disconnect.me/exampleservices.json
output=mozpub-trackwhite-digest256
[fastblock1]
blocklist_url=https://raw.githubusercontent.com/mozilla-services/shavar-experiments/master/fastblock1.json
output=fastblock1-track-digest256
[fastblock1-whitelist]
entity_url=https://raw.githubusercontent.com/mozilla-services/shavar-experiments/master/fastblock1-whitelist.json
output=fastblock1-trackwhite-digest256
[fastblock2]
blocklist_url=https://raw.githubusercontent.com/mozilla-services/shavar-experiments/master/fastblock2.json
output=fastblock2-track-digest256
[fastblock2-whitelist]
entity_url=https://raw.githubusercontent.com/mozilla-services/shavar-experiments/master/fastblock2-whitelist.json
output=fastblock2-trackwhite-digest256
[fastblock3]
blocklist_url=https://raw.githubusercontent.com/mozilla-services/shavar-experiments/master/fastblock3.json
output=fastblock3-track-digest256
[tracking-protection-base-fingerprinting]
categories=Advertising|Analytics|Social|Content,Fingerprinting
output=base-fingerprinting-track-digest256
[tracking-protection-content-fingerprinting]
categories=Fingerprinting
excluded_categories=Advertising|Analytics|Social|Content
output=content-fingerprinting-track-digest256
# DNT="", Cryptomining top-level category
[tracking-protection-base-cryptomining]
categories=Cryptomining
output=base-cryptomining-track-digest256
# DNT="", Content top-level category and `cryptomining` tag
[tracking-protection-content-cryptomining]
disconnect_tags=cryptominer
categories=Content
output=content-cryptomining-track-digest256