| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 6fab4ea433a99fc741dfb186885361169e00d9b6..f2c42b134bee62a2240eb010b1af06e16bd032a6 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -425,7 +425,7 @@ std::string LocalNtpSource::GetContentSecurityPolicyScriptSrc() const {
|
| GetIntegritySha256Value(
|
| GetConfigData(default_search_provider_is_google_io_thread_)) +
|
| "' "
|
| - "'sha256-yAvSu2Dl9rlQTpQn8P1hcE5GUFQVGbuCMHypwtN6uDg=';";
|
| + "'sha256-//Ntxa12Vzvs6oUFThZ7SAu9dDxHfqgUeSTOrQKqlgE=';";
|
| }
|
|
|
| std::string LocalNtpSource::GetContentSecurityPolicyChildSrc() const {
|
|
|