mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update CDN Hosts
This commit is contained in:
@@ -124,7 +124,7 @@ async function processFilterRules (filterRulesUrl, fallbackUrls, includeThirdPar
|
|||||||
};
|
};
|
||||||
const addToWhiteList = (domainToBeAddedToWhite) => {
|
const addToWhiteList = (domainToBeAddedToWhite) => {
|
||||||
if (DEBUG_DOMAIN_TO_FIND && domainToBeAddedToWhite.includes(DEBUG_DOMAIN_TO_FIND)) {
|
if (DEBUG_DOMAIN_TO_FIND && domainToBeAddedToWhite.includes(DEBUG_DOMAIN_TO_FIND)) {
|
||||||
warnOnce(filterRulesUrl.toString(), false, DEBUG_DOMAIN_TO_FIND);
|
warnOnce(filterRulesUrl.toString(), true, DEBUG_DOMAIN_TO_FIND);
|
||||||
foundDebugDomain = true;
|
foundDebugDomain = true;
|
||||||
}
|
}
|
||||||
whitelistDomainSets.add(domainToBeAddedToWhite);
|
whitelistDomainSets.add(domainToBeAddedToWhite);
|
||||||
|
|||||||
@@ -1146,3 +1146,4 @@ assets.matters.news
|
|||||||
assets-next.matters.news
|
assets-next.matters.news
|
||||||
cdn.loom.com
|
cdn.loom.com
|
||||||
.bdzybf7.com
|
.bdzybf7.com
|
||||||
|
cdn.ceres9350.com
|
||||||
|
|||||||
Reference in New Issue
Block a user