mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Add URLHaus Hosts to Reject Data Source
This commit is contained in:
parent
91c4d4e275
commit
4581fb15ca
@ -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} */([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user