-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.blockingmachinerc.json
More file actions
101 lines (101 loc) · 2.83 KB
/
Copy path.blockingmachinerc.json
File metadata and controls
101 lines (101 loc) · 2.83 KB
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
{
"mongodb": {
"uri": "mongodb://localhost:27017/blockingmachine"
},
"output": {
"directory": "./filters/output"
},
"sources": [
{
"name": "EasyList",
"url": "https://easylist.to/easylist/easylist.txt",
"category": "ADVERTISING",
"enabled": true,
"priority": 10
},
{
"name": "EasyPrivacy",
"url": "https://easylist.to/easylist/easyprivacy.txt",
"category": "TRACKING",
"enabled": true,
"priority": 15
},
{
"name": "AdGuard Base",
"url": "https://filters.adtidy.org/extension/ublock/filters/2.txt",
"category": "ADVERTISING",
"enabled": true,
"priority": 10
},
{
"name": "AdGuard Mobile",
"url": "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/MobileFilter/sections/adservers.txt",
"category": "mobile",
"enabled": true,
"priority": 25
},
{
"name": "AWAvenue Ads",
"url": "https://raw.githubusercontent.com/TG-Twilight/AWAvenue-Ads-Rule/main/AWAvenue-Ads-Rule.txt",
"category": "mobile",
"enabled": true,
"priority": 25
},
{
"name": "Fanboy Annoyance",
"url": "https://secure.fanboy.co.nz/fanboy-annoyance.txt",
"category": "annoyances",
"enabled": true,
"priority": 50
},
{
"name": "GetAdmiral Domains",
"url": "https://raw.githubusercontent.com/LanikSJ/ubo-filters/main/filters/getadmiral-domains.txt",
"category": "ADVERTISING",
"enabled": true,
"priority": 10
},
{
"name": "AdGuard DNS Filter",
"url": "https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt",
"category": "dns",
"enabled": true,
"priority": 45
},
{
"name": "AdAway Default Blocklist",
"url": "https://adguardteam.github.io/HostlistsRegistry/assets/filter_5.txt",
"category": "mobile",
"enabled": true,
"priority": 25
},
{
"name": "Game Console Adblock List",
"url": "https://adguardteam.github.io/HostlistsRegistry/assets/filter_45.txt",
"category": "gaming",
"enabled": true,
"priority": 35
},
{
"name": "Anti-Facebook List",
"url": "https://adguardteam.github.io/HostlistsRegistry/assets/filter_59.txt",
"category": "privacy",
"enabled": true,
"priority": 15
},
{
"name": "uBlock Origin Filters",
"url": "https://raw.githubusercontent.com/uBlockOrigin/uAssets/refs/heads/master/filters/filters.txt",
"category": "ADVERTISING",
"enabled": true,
"priority": 10
},
{
"name": "Blockingmachine Rules",
"url": "https://raw.githubusercontent.com/greigh/blockingmachine/main/filters/input/blockingmachine-rules.txt",
"category": "blockingmachine",
"enabled": true,
"priority": 5
}
]
}