-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathconfig.json
26 lines (26 loc) · 1015 Bytes
/
config.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
{
"minSites": 2,
"trackerDataLoc": "path to your Tracker Radar repo",
"surrogatesDataLoc": "path to your copy of duckduckgo/tracker-surrogates repo",
"crawlerDataLoc": "path to your 3rd party request directory",
"performanceDataLoc": "path to your 3rd party performance directory",
"nameserverListLoc": "path to name server grouping file",
"crawlId": "",
"regionCode": "US",
"flags": {
"addSurrogates": false
},
"keepFirstParty": false,
"treatCnameAsFirstParty": false,
"parallelism": 100,
"verbose": false,
"cname_ignore_subdomains": ["", "www"],
"includePages": true,
"pageMapLoc": "path to store page maps",
"analyseScripts": [
"list of regular expressions to select scripts for per-site fingerprinting analysis..."
],
"topExampleSites": "JSON list of top sites to include as example sites",
"includeExampleSites": "number of example sites to include for each resource",
"overrideFingerprintWeights": true
}