From 95c66e026c53730f4b157e45fb4784870f9c0db2 Mon Sep 17 00:00:00 2001 From: kishorekumar-anchala <168699259+kishorekumar-anchala@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:44:43 +0530 Subject: [PATCH] update google chrome signature (#10243) --- images/windows/scripts/build/Install-Chrome.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-Chrome.ps1 b/images/windows/scripts/build/Install-Chrome.ps1 index 6fe140f3..dcc5d665 100644 --- a/images/windows/scripts/build/Install-Chrome.ps1 +++ b/images/windows/scripts/build/Install-Chrome.ps1 @@ -6,7 +6,7 @@ # Download and install latest Chrome browser Install-Binary ` -Url 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' ` - -ExpectedSignature '2673EA6CC23BEFFDA49AC715B121544098A1284C' + -ExpectedSignature '607A3EDAA64933E94422FC8F0C80388E0590986C' # Prepare firewall rules Write-Host "Adding the firewall rule for Google update blocking..."