Commit c329e0c 1 parent c0cd20a commit c329e0c Copy full SHA for c329e0c
File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ The output is written to `Filters/filter.txt`.
101
101
102
102
* [ hostsVN Threat] ( https://raw.githubusercontent.com/bigdargon/hostsVN/master/extensions/threat/filter.txt )
103
103
104
+ * [ List-KR filter] ( https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/1st_domains.txt )
105
+
106
+ * [ List-KR filter - third-party servers] ( https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/3rd_domains.txt )
107
+
104
108
### Tracking servers
105
109
106
110
#### These filter lists block domains that are used for tracking and analytics
Original file line number Diff line number Diff line change 341
341
"exclusions_sources" : [" Filters/exclusions.txt" ],
342
342
"transformations" : [" RemoveModifiers" , " Validate" ]
343
343
},
344
+ {
345
+ "name" : " List-KR filter ad servers" ,
346
+ "source" : " https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/1st_domains.txt" ,
347
+ "type" : " adblock" ,
348
+ "exclusions_sources" : [" Filters/exclusions.txt" ],
349
+ "transformations" : [" RemoveModifiers" , " Validate" ]
350
+ },
351
+ {
352
+ "name" : " List-KR filter third-party ad servers" ,
353
+ "source" : " https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/3rd_domains.txt" ,
354
+ "type" : " adblock" ,
355
+ "exclusions_sources" : [" Filters/exclusions.txt" ],
356
+ "transformations" : [" RemoveModifiers" , " Validate" ]
357
+ },
344
358
{
345
359
"name" : " Additional rules" ,
346
360
"source" : " Filters/rules.txt" ,
You can’t perform that action at this time.
0 commit comments