Commit 64aa728b authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Allow CrowdDeny update checks over HTTP.

Integrity of the check is still guaranteed by CUP.
The check will no longer be confidential of the check.

Bug: 1057341
Change-Id: I0b3f31a5797c24294dc8f9a782bddf2d98d3dc84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081238Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745761}
parent ffbec761
...@@ -55,7 +55,7 @@ bool CrowdDenyComponentInstallerPolicy::VerifyInstallation( ...@@ -55,7 +55,7 @@ bool CrowdDenyComponentInstallerPolicy::VerifyInstallation(
} }
bool CrowdDenyComponentInstallerPolicy::RequiresNetworkEncryption() const { bool CrowdDenyComponentInstallerPolicy::RequiresNetworkEncryption() const {
return true; return false;
} }
update_client::CrxInstaller::Result update_client::CrxInstaller::Result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment