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

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

Issue 7038046: Insert meta tag turning on content-security-protection for chrome://settings, history, downloads ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 i18n-values="dir:textdirection" 3 i18n-values="dir:textdirection"
4 id="t"> 4 id="t">
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
8 TODO(tsepez) rename when Content-security-policy is done. -->
9 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome:// resources chrome://settings">
7 <!-- Set the title to that of the default page so that the title doesn't flash 10 <!-- Set the title to that of the default page so that the title doesn't flash
8 on load (for the most common case). --> 11 on load (for the most common case). -->
9 <title i18n-content="browserPageTabTitle"></title> 12 <title i18n-content="browserPageTabTitle"></title>
10 13
11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 14 <link rel="icon" href="../../../app/theme/settings_favicon.png">
12 <link rel="stylesheet" href="chrome://resources/css/button.css"> 15 <link rel="stylesheet" href="chrome://resources/css/button.css">
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> 16 <link rel="stylesheet" href="chrome://resources/css/list.css">
14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 17 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 18 <link rel="stylesheet" href="chrome://resources/css/tree.css">
16 <link rel="stylesheet" href="../webui.css"> 19 <link rel="stylesheet" href="../webui.css">
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 </div> 156 </div>
154 </div> 157 </div>
155 </div> 158 </div>
156 </div> 159 </div>
157 </div> 160 </div>
158 <script src="chrome://settings/strings.js"></script> 161 <script src="chrome://settings/strings.js"></script>
159 <script src="chrome://resources/js/i18n_template.js"></script> 162 <script src="chrome://resources/js/i18n_template.js"></script>
160 <script src="chrome://resources/js/i18n_process.js"></script> 163 <script src="chrome://resources/js/i18n_process.js"></script>
161 </body> 164 </body>
162 </html> 165 </html>
OLDNEW
« chrome/browser/resources/downloads.js ('K') | « chrome/browser/resources/history.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698