Perf: make microsoft cdn in the dedicated thread
Some checks are pending
Build / Build (push) Waiting to run
Build / Diff output (push) Blocked by required conditions
Build / Deploy to Cloudflare Pages (push) Blocked by required conditions
Build / Deploy to GitHub and GitLab (push) Blocked by required conditions

This commit is contained in:
SukkaW
2025-03-04 22:37:10 +08:00
parent c5b88362ef
commit 7d0e22583d
2 changed files with 55 additions and 28 deletions

View File

@@ -0,0 +1,14 @@
export const PROBE_DOMAINS = ['.microsoft.com', '.windows.net', '.windows.com', '.windowsupdate.com', '.windowssearch.com', '.office.net'];
export const DOMAINS = [
'res.cdn.office.net',
'res-1.cdn.office.net',
'statics.teams.cdn.office.net'
];
export const DOMAIN_SUFFIXES = ['download.prss.microsoft.com'];
export const BLACKLIST = [
'www.microsoft.com',
'windowsupdate.com'
];