mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-15 10:40:33 +08:00
Add whitelist to api.io.mi.com & api.xiaomi.com
This commit is contained in:
parent
335344332e
commit
4bdb40d3f3
@ -171,7 +171,9 @@ const PREDEFINED_WHITELIST = [
|
|||||||
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
||||||
'tb-lb.sb-cd.com', // AdGuard
|
'tb-lb.sb-cd.com', // AdGuard
|
||||||
'storage.yandexcloud.net', // phishing list
|
'storage.yandexcloud.net', // phishing list
|
||||||
'login.microsoftonline.com' // phishing list
|
'login.microsoftonline.com', // phishing list
|
||||||
|
'api.xiaomi.com', // https://github.com/jerryn70/GoodbyeAds/issues/281
|
||||||
|
'api.io.mi.com' // https://github.com/jerryn70/GoodbyeAds/issues/281
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.HOSTS = HOSTS;
|
module.exports.HOSTS = HOSTS;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user