Surge_by_SukkaW/Build/constants/microsoft-cdn.ts
SukkaW 7d0e22583d
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
Perf: make microsoft cdn in the dedicated thread
2025-03-04 22:37:10 +08:00

15 lines
393 B
TypeScript

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'
];