Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4973)

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.html

Issue 2805133004: Local NTP: Deploy strict-dynamic CSP (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/local_ntp.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
index 954d70056124d18698ace6d465cf84d9aff64b9e..7f99def4298612ea51a44b66991ee68e450da8bd 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp.html
@@ -6,8 +6,10 @@
<head>
<link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
- <script src="chrome-search://local-ntp/config.js"></script>
- <script src="chrome-search://local-ntp/local-ntp.js"></script>
+ <script src="chrome-search://local-ntp/config.js"
+ integrity="{{CONFIG_INTEGRITY}}"></script>
+ <script src="chrome-search://local-ntp/local-ntp.js"
+ integrity="sha256-g38WaUaxnOIWY7E2LtLZ5ff9r5sn1dBj80jevt/kmx0="></script>
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.js » ('j') | chrome/browser/search/local_ntp_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698