Update Download Hosts

This commit is contained in:
SukkaW
2024-01-21 21:49:14 +08:00
parent 8ff363ebe1
commit dc5f0a267e
2 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ const BLACKLIST = [
'learn.microsoft.com',
'devblogs.microsoft.com',
'docs.microsoft.com',
'developer.microsoft.com'
'developer.microsoft.com',
'windowsupdate.com'
];
export const getMicrosoftCdnRulesetPromise = createMemoizedPromise(async () => {