Surge_by_SukkaW/Build/constants/microsoft-cdn.ts
SukkaW bbae8d5e3d
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Remove Outdated Microsoft CDN Hosts
2025-10-14 01:57:18 +08:00

22 lines
575 B
TypeScript

export const PROBE_DOMAINS = ['.microsoft.com', '.windows.net', '.windows.com', '.windowsupdate.com', '.windowssearch.com', '.office.net'];
export const RULES = [
// Microsoft OCSP (HTTP Only)
String.raw`URL-REGEX,^http://www\.microsoft\.com/pki/`,
String.raw`URL-REGEX,^http://www\.microsoft\.com/pkiops/`
];
export const DOMAINS = [
'res.cdn.office.net',
'res-1.cdn.office.net',
'res-h3.public.cdn.office.net',
'statics.teams.cdn.office.net'
];
export const DOMAIN_SUFFIXES = [];
export const BLACKLIST = [
'www.microsoft.com',
'windowsupdate.com'
];