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

Side by Side Diff: chrome/browser/resources/about_credits.tmpl

Issue 9362009: Correctly enable CSP for about:credits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-WebKit-CSP"
6 content="object-src 'none';
7 script-src
8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
9 'self'">
10 <title>Credits</title> 5 <title>Credits</title>
11 <style> 6 <style>
12 body { 7 body {
13 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
14 background-color:white; 9 background-color:white;
15 font-size:84%; 10 font-size:84%;
16 max-width:1020px; 11 max-width:1020px;
17 } 12 }
18 .page-title { 13 .page-title {
19 font-size:164%; 14 font-size:164%;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </head> 54 </head>
60 <body> 55 <body>
61 <span class="page-title" style="float:left;">Credits</span> 56 <span class="page-title" style="float:left;">Credits</span>
62 <a id="print-link" href="#" style="float:right;">Print</a> 57 <a id="print-link" href="#" style="float:right;">Print</a>
63 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 58 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
64 {{entries}} 59 {{entries}}
65 </div> 60 </div>
66 <script src="chrome://credits/credits.js"></script> 61 <script src="chrome://credits/credits.js"></script>
67 </body> 62 </body>
68 </html> 63 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698