Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ The output is written to `Filters/filter.txt`.

* [hostsVN Threat](https://raw.githubusercontent.com/bigdargon/hostsVN/master/extensions/threat/filter.txt)

* [List-KR filter](https://cdn.jsdelivr.net/gh/List-KR/List-KR@latest/filters-share/1st_domains.txt)
* [filterslist-KO filter](https://raw.githubusercontent.com/FilteringDev/filterslists-KO/refs/heads/master/filterslists/adblocking/filters-share/1st_domains.txt)

* [List-KR filter - third-party servers](https://cdn.jsdelivr.net/gh/List-KR/List-KR@latest/filters-share/3rd_domains.txt)
* [filterslist-KO filter - third-party servers](https://raw.githubusercontent.com/FilteringDev/filterslists-KO/refs/heads/master/filterslists/adblocking/filters-share/3rd_domains.txt)

### Tracking servers

Expand Down
8 changes: 4 additions & 4 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,15 @@
"transformations": ["RemoveModifiers", "Validate"]
},
{
"name": "List-KR filter ad servers",
"source": "https://raw.githubusercontent.com/List-KR/List-KR/refs/heads/master/filterslists/adblocking/filters-share/1st_domains.txt",
"name": "filterslist-KO filter ad servers",
"source": "https://raw.githubusercontent.com/FilteringDev/filterslists-KO/refs/heads/master/filterslists/adblocking/filters-share/1st_domains.txt",
"type": "adblock",
"exclusions_sources": ["Filters/exclusions.txt"],
"transformations": ["RemoveModifiers", "Validate"]
},
{
"name": "List-KR filter third-party ad servers",
"source": "https://raw.githubusercontent.com/List-KR/List-KR/refs/heads/master/filterslists/adblocking/filters-share/3rd_domains.txt",
"name": "filterslist-KO filter third-party ad servers",
"source": "https://raw.githubusercontent.com/FilteringDev/filterslists-KO/refs/heads/master/filterslists/adblocking/filters-share/3rd_domains.txt",
"type": "adblock",
"exclusions_sources": ["Filters/exclusions.txt"],
"transformations": ["RemoveModifiers", "Validate"]
Expand Down