Chromium Code Reviews| 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..7c103a3050273f259afcf97c790820f9d5ec4e93 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> |
|
Marc Treib
2017/04/07 16:46:15
Kinda ugly, but similar to this:
https://cs.chrom
|
| + <script src="chrome-search://local-ntp/local-ntp.js" |
| + integrity="sha256-g38WaUaxnOIWY7E2LtLZ5ff9r5sn1dBj80jevt/kmx0"></script> |
| <meta charset="utf-8"> |
| <meta name="google" value="notranslate"> |
| </head> |