mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Add URLHaus Hosts to Reject Data Source
This commit is contained in:
@@ -5,7 +5,8 @@ const HOSTS = [
|
|||||||
['https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt', false],
|
['https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt', false],
|
||||||
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', false],
|
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', false],
|
||||||
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', false],
|
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', false],
|
||||||
['https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts', false]
|
['https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts', false],
|
||||||
|
['https://urlhaus.abuse.ch/downloads/hostfile/', false]
|
||||||
];
|
];
|
||||||
|
|
||||||
const ADGUARD_FILTERS = /** @type {const} */([
|
const ADGUARD_FILTERS = /** @type {const} */([
|
||||||
|
|||||||
Reference in New Issue
Block a user