forked from AdguardTeam/FiltersRegistry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptimization_config.json
More file actions
90 lines (90 loc) · 1.55 KB
/
optimization_config.json
File metadata and controls
90 lines (90 loc) · 1.55 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
[
{
"filterId": 1,
"percent": 45,
"strict": true,
"comment": "AdGuard Russian filter"
},
{
"filterId": 2,
"percent": 35,
"strict": true,
"comment": "AdGuard Base filter"
},
{
"filterId": 4,
"percent": 65,
"minPercent": 40,
"static": true,
"strict": true,
"comment": "AdGuard Social Media filter"
},
{
"filterId": 6,
"percent": 45,
"strict": true,
"comment": "AdGuard German filter"
},
{
"filterId": 14,
"percent": 60,
"minPercent": 40,
"static": true,
"strict": true,
"comment": "AdGuard Annoyances filter"
},
{
"filterId": 16,
"percent": 45,
"minPercent": 30,
"strict": true,
"comment": "AdGuard French filter"
},
{
"filterId": 101,
"percent": 35,
"comment": "EasyList"
},
{
"filterId": 104,
"percent": 45,
"strict": true,
"comment": "EasyList China"
},
{
"filterId": 113,
"percent": 35,
"strict": true,
"comment": "Liste FR"
},
{
"filterId": 118,
"percent": 45,
"strict": true,
"comment": "Privacy protection supplement for EasyList"
},
{
"filterId": 122,
"percent": 45,
"strict": true,
"comment": "Fanboy's Annoyances"
},
{
"filterId": 123,
"percent": 45,
"strict": true,
"comment": "Fanboy's Social Blocking List"
},
{
"filterId": 213,
"percent": 45,
"strict": true,
"comment": "RU AdList: BitBlock"
},
{
"filterId": 219,
"percent": 45,
"strict": true,
"comment": "ChinaList+EasyList"
}
]