mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2025-12-31 17:40:25 +00:00
deploy: a7f17cf24b68850af5f5740f463db9401dc9ca2e
This commit is contained in:
@@ -151,7 +151,9 @@ async function processFilterRules(filterRulesUrl) {
|
||||
// Parse from remote hosts & domain lists
|
||||
(await Promise.all([
|
||||
processHosts('https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true),
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt')
|
||||
processHosts('https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'),
|
||||
processHosts('https://curben.gitlab.io/malware-filter/pup-filter-hosts.txt'),
|
||||
processHosts('https://curben.gitlab.io/malware-filter/phishing-filter-hosts.txt')
|
||||
])).forEach(hosts => {
|
||||
hosts.forEach(host => {
|
||||
if (host) {
|
||||
@@ -199,7 +201,8 @@ async function processFilterRules(filterRulesUrl) {
|
||||
processFilterRules('https://easylist.to/easylist/easyprivacy.txt'),
|
||||
processFilterRules('https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt'),
|
||||
processFilterRules('https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt'),
|
||||
processFilterRules('https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt')
|
||||
processFilterRules('https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt'),
|
||||
processFilterRules('https://curben.gitlab.io/malware-filter/pup-filter-agh.txt')
|
||||
])).forEach(({ white, black }) => {
|
||||
white.forEach(i => filterRuleWhitelistDomainSets.add(i));
|
||||
black.forEach(i => domainSets.add(i));
|
||||
|
||||
@@ -183,6 +183,7 @@ i.postimg.cc
|
||||
images.weserv.nl
|
||||
# Imageshack
|
||||
imagizer.imageshack.com
|
||||
.imageshack.us
|
||||
# Other Image Server
|
||||
www.z4a.net
|
||||
i.jpg.dog
|
||||
@@ -190,6 +191,8 @@ i.jpg.dog
|
||||
i.niupic.com
|
||||
img.vim-cn.com
|
||||
i.giphy.com
|
||||
.imagebam.com
|
||||
.photobucket.com
|
||||
|
||||
# >> Medium
|
||||
cdn-client.medium.com
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user