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

Side by Side Diff: chrome/browser/resources/policy.html

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="policyTitle"></title> 5 <title i18n-content="policyTitle"></title>
6 <include src="content_security_policy.html"/>
7 <link rel="stylesheet" href="chrome://resources/css/button.css"> 6 <link rel="stylesheet" href="chrome://resources/css/button.css">
8 <link rel="stylesheet" href="policy.css"> 7 <link rel="stylesheet" href="policy.css">
9 <link rel="stylesheet" href="webui.css"> 8 <link rel="stylesheet" href="webui.css">
10 <script src="chrome://policy/strings.js"></script> 9 <script src="chrome://policy/strings.js"></script>
11 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
12 <script src="chrome://resources/js/cr/ui.js"></script> 11 <script src="chrome://resources/js/cr/ui.js"></script>
13 <script src="chrome://resources/js/i18n_template.js"></script> 12 <script src="chrome://resources/js/i18n_template.js"></script>
14 <script src="chrome://resources/js/i18n_process.js"></script> 13 <script src="chrome://resources/js/i18n_process.js"></script>
15 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 14 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
16 <script src="chrome://resources/js/util.js"></script> 15 <script src="chrome://resources/js/util.js"></script>
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 </td> 147 </td>
149 </tr> 148 </tr>
150 </table> 149 </table>
151 </div> 150 </div>
152 </div> 151 </div>
153 </section> 152 </section>
154 </div> 153 </div>
155 </div> 154 </div>
156 </body> 155 </body>
157 </html> 156 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugins.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698