mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
updateaxelerator: Add extension for Windows 8 updates.
New extension for Windows 8 update files (msu). Fixes #10326.
This commit is contained in:
committed by
Stefan Schantl
parent
cfd33ae009
commit
bc68985360
@@ -80,8 +80,8 @@ while (<>) {
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(($source_url =~ m@^http://[^/]*\.microsoft\.com/.*\.(exe|psf|msi|msp|cab)$@i) ||
|
(($source_url =~ m@^http://[^/]*\.microsoft\.com/.*\.(exe|psf|msi|msp|msu|cab)$@i) ||
|
||||||
($source_url =~ m@^http://[^/]*\.windowsupdate\.com/.*\.(exe|psf|msi|msp|cab)$@i))
|
($source_url =~ m@^http://[^/]*\.windowsupdate\.com/.*\.(exe|psf|msi|msp|msu|cab)$@i))
|
||||||
&& ($source_url !~ m@^http://[^/]*\.microsoft\.com/.*(/autoupd|selfupdate/).*\.cab@i)
|
&& ($source_url !~ m@^http://[^/]*\.microsoft\.com/.*(/autoupd|selfupdate/).*\.cab@i)
|
||||||
&& ($source_url !~ m@\&@)
|
&& ($source_url !~ m@\&@)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user