Chromium Code Reviews| Index: Tools/GardeningServer/garden-o-matic.html |
| diff --git a/Tools/GardeningServer/garden-o-matic.html b/Tools/GardeningServer/garden-o-matic.html |
| index 7ed524cfb069451710d294ff70baca7a8f99307e..fdcc618f51794b7b3c0a8fec32eb600a23412339 100644 |
| --- a/Tools/GardeningServer/garden-o-matic.html |
| +++ b/Tools/GardeningServer/garden-o-matic.html |
| @@ -29,19 +29,19 @@ James, a web developer from Birmingham, UK. |
| <html> |
| <head> |
| <meta http-equiv="Content-Security-Policy" content="default-src 'none'; |
| - script-src 'self' file: https://ajax.googleapis.com; |
| - style-src 'self' 'unsafe-inline' file: https://ajax.googleapis.com http://fonts.googleapis.com; |
| - font-src http://themes.googleusercontent.com; |
| - img-src 'self' https://ajax.googleapis.com http://build.chromium.org https://storage.googleapis.com; |
| - media-src 'self' http://build.chromium.org https://storage.googleapis.com; |
| - frame-src 'self' http://build.chromium.org http://test-results.appspot.com https://storage.googleapis.com; |
| - connect-src 'self' |
| - http://blink.lc/ |
| - http://build.chromium.org |
| - https://codereview.chromium.org |
| - https://storage.googleapis.com |
| - http://blink-status.appspot.com |
| - http://chromium-status.appspot.com"> |
| + script-src 'self' file: https://ajax.googleapis.com 'unsafe-inline'; |
|
ojan
2014/06/21 21:34:41
This is the only line changed. For the others, I j
|
| + style-src 'self' 'unsafe-inline' file: https://ajax.googleapis.com http://fonts.googleapis.com; |
| + font-src http://themes.googleusercontent.com; |
| + img-src 'self' https://ajax.googleapis.com http://build.chromium.org https://storage.googleapis.com; |
| + media-src 'self' http://build.chromium.org https://storage.googleapis.com; |
| + frame-src 'self' http://build.chromium.org http://test-results.appspot.com https://storage.googleapis.com; |
| + connect-src 'self' |
| + http://blink.lc/ |
| + http://build.chromium.org |
| + https://codereview.chromium.org |
| + https://storage.googleapis.com |
| + http://blink-status.appspot.com |
| + http://chromium-status.appspot.com"> |
| <title>Garden-O-Matic</title> |
| <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700"> |
| <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css"> |
| @@ -52,6 +52,12 @@ James, a web developer from Birmingham, UK. |
| <link rel="stylesheet" href="styles/notifications.css"> |
| <link rel="stylesheet" href="styles/pixelzoomer.css"> |
| <meta name="viewport" content="width=device-width, user-scalable=no"> |
| + |
| +<script src="bower_components/platform/platform.js"></script> |
| +<link rel='import' href="bower_components/polymer/polymer.html"> |
| +<link rel='import' href="polymer-load-warning.html"> |
| +<link rel='import' href="ui/results-comparison.html"> |
| + |
| </head> |
| <body> |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> |