This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
108 lines (108 loc) · 1.46 KB
/
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
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
{
"uninstall": true,
"hide": true,
"online": true,
"blacklist": {
"kbs": [
971033,
2902907,
2952664,
2976978,
2977759,
2990214,
3012973,
3014460,
3015249,
3021917,
3022345,
3035583,
3044374,
3050265,
3050267,
3065987,
3068708,
3075249,
3075851,
3075853,
3080149,
3112336,
3123862,
3081954,
3139923,
3112343,
3068707,
3072318,
3064683,
3146449,
3150513,
4462927
],
"ids": []
},
"whitelist": {
"ids": [],
"kbs": [
3114563,
3109560,
3110329,
3121918,
3121212,
3124001,
3124275
]
},
"ignoreUpdatesWhitelist": false,
"heuristics": {
"enabled": true,
"downloadKBPages": false,
"showPrevious": false,
"propertiesKeywords": {
"title": {
"blacklist": [
"telemetry",
"assistant",
"license",
"grant",
"privacy",
"government",
"CEIP",
"out-of-box experience",
"OOBE"
]
},
"getEULA": {
"blacklist": [
"grant",
"privacy",
"telemetry",
"government"
]
}
},
"pagesKeywords": {
"blacklist": [
"telemetry",
"assistant",
"get windows 10",
"customer experience improvement",
"CEIP",
"out-of-box experience",
"OOBE"
]
},
"uselessLinks": [
"http://support.microsoft.com",
"http://microsoft.com"
],
"unwanted": {
"kbs": [],
"ids": []
},
"harmless": {
"kbs": [],
"ids": []
}
},
"debug": false,
"color": false
}