forked from duckduckgo/tracker-surrogates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapping.json
76 lines (76 loc) · 3.95 KB
/
mapping.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
{
"2mdn.net": [
{ "regexRule": "2mdn\\.net\\/instream\\/html5\\/ima3\\.js", "surrogate": "google-ima.js" }
],
"amazon-adsystem.com": [
{ "regexRule": "amazon-adsystem\\.com\\/aax2\\/apstag\\.js", "surrogate": "amzn_apstag.js" },
{ "regexRule": "amazon-adsystem\\.com\\/aax2\\/amzn_ads\\.js", "surrogate": "amzn_ads.js" }
],
"chartbeat.com": [
{ "regexRule": "chartbeat\\.com\\/chartbeat\\.js", "surrogate": "chartbeat.js" },
{ "regexRule": "chartbeat\\.com\\/js\\/chartbeat\\.js", "surrogate": "chartbeat.js" }
],
"criteo.net": [
{ "regexRule": "criteo\\.net\\/js\\/ld\\/publishertag\\.js", "surrogate": "criteo.js" }
],
"doubleclick.net": [
{ "regexRule": "doubleclick\\.net\\/instream\\/ad_status\\.js", "surrogate": "ad_status.js" },
{ "regexRule": "doubleclick\\.net\\/tag\\/js\\/gpt\\.js", "surrogate": "gpt.js" }
],
"facebook.com": [
{ "regexRule": "facebook\\.com\\/[a-z_A-Z]+\\/sdk\\.js", "surrogate": "fb-sdk.js", "action": "block-ctl-fb" }
],
"facebook.net": [
{ "regexRule": "facebook\\.net\\/.*\\/all\\.js", "surrogate": "fb-sdk.js", "action": "block-ctl-fb" },
{ "regexRule": "facebook\\.net\\/[a-z_A-Z]+\\/sdk\\.js", "surrogate": "fb-sdk.js", "action": "block-ctl-fb" }
],
"gemius.pl": [
{ "regexRule": "gemius\\.pl\\/gplayer\\.js", "surrogate": "noop.js" }
],
"google-analytics.com": [
{ "regexRule": "google-analytics\\.com\\/ga\\.js", "surrogate": "ga.js" },
{ "regexRule": "google-analytics\\.com\\/analytics\\.js", "surrogate": "analytics.js" },
{ "regexRule": "google-analytics\\.com\\/inpage_linkid\\.js", "surrogate": "inpage_linkid.js" },
{ "regexRule": "google-analytics\\.com\\/plugins\\/ga\\/inpage_linkid\\.js", "surrogate": "inpage_linkid.js" },
{ "regexRule": "google-analytics\\.com\\/cx\\/api\\.js", "surrogate": "api.js" },
{ "regexRule": "google-analytics\\.com\\/gtm\\/js", "surrogate": "gtm.js" }
],
"googlesyndication.com": [
{ "regexRule": "googlesyndication\\.com\\/adsbygoogle\\.js", "surrogate": "adsbygoogle.js" },
{ "regexRule": "googlesyndication\\.com\\/pagead\\/show_ads\\.js", "surrogate": "noop.js" },
{ "regexRule": "googlesyndication\\.com\\/pagead\\/js\\/adsbygoogle\\.js", "surrogate": "adsbygoogle.js" }
],
"googletagmanager.com": [
{ "regexRule": "googletagmanager\\.com\\/gtm\\.js", "surrogate": "gtm.js" }
],
"googletagservices.com": [
{ "regexRule": "googletagservices\\.com\\/gpt\\.js", "surrogate": "gpt.js" },
{ "regexRule": "googletagservices\\.com\\/tag\\/js\\/gpt\\.js", "surrogate": "gpt.js" }
],
"htlbid.com": [
{ "regexRule": "htlbid\\.com\\/v3\\/.*\\/htlbid\\.js", "surrogate": "noop.js" }
],
"imasdk.googleapis.com": [
{ "regexRule": "imasdk\\.googleapis\\.com\\/js\\/sdkloader\\/ima3\\.js", "surrogate": "google-ima.js" }
],
"imrworldwide.com": [
{ "regexRule": "imrworldwide\\.com\\/v60\\.js", "surrogate": "nielsen.js" }
],
"npttech.com": [
{ "regexRule": "npttech\\.com\\/advertising\\.js", "surrogate": "noop.js" }
],
"outbrain.com": [
{ "regexRule": "outbrain\\.com\\/outbrain\\.js", "surrogate": "outbrain.js" }
],
"scorecardresearch.com": [
{ "regexRule": "scorecardresearch\\.com\\/beacon\\.js", "surrogate": "beacon.js" }
],
"youtube-nocookie.com": [
{ "regexRule": "youtube-nocookie\\.com\\/iframe_api", "surrogate": "youtube-iframe-api.js", "action": "block-ctl-yt" },
{ "regexRule": "youtube-nocookie\\.com\\/player_api", "surrogate": "youtube-iframe-api.js", "action": "block-ctl-yt" }
],
"youtube.com": [
{ "regexRule": "youtube\\.com\\/iframe_api", "surrogate": "youtube-iframe-api.js", "action": "block-ctl-yt" },
{ "regexRule": "youtube\\.com\\/player_api", "surrogate": "youtube-iframe-api.js", "action": "block-ctl-yt" }
]
}