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

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
« no previous file with comments | « chrome/browser/resources/history.js ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
6 TODO(tsepez) rename when Content-security-policy is done.
7 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
8 -->
9 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome:// resources 'self' 'unsafe-eval'">
5 <!-- 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
6 on load (for the most common case). --> 11 on load (for the most common case). -->
7 <title i18n-content="browserPageTabTitle"></title> 12 <title i18n-content="browserPageTabTitle"></title>
8 13
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 14 <link rel="icon" href="../../../app/theme/settings_favicon.png">
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> 15 <link rel="stylesheet" href="chrome://resources/css/button.css">
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> 16 <link rel="stylesheet" href="chrome://resources/css/list.css">
12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 17 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
13 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 18 <link rel="stylesheet" href="chrome://resources/css/tree.css">
14 <link rel="stylesheet" href="../webui.css"> 19 <link rel="stylesheet" href="../webui.css">
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 </div> 157 </div>
153 </div> 158 </div>
154 </div> 159 </div>
155 </div> 160 </div>
156 </div> 161 </div>
157 <script src="chrome://settings/strings.js"></script> 162 <script src="chrome://settings/strings.js"></script>
158 <script src="chrome://resources/js/i18n_template.js"></script> 163 <script src="chrome://resources/js/i18n_template.js"></script>
159 <script src="chrome://resources/js/i18n_process.js"></script> 164 <script src="chrome://resources/js/i18n_process.js"></script>
160 </body> 165 </body>
161 </html> 166 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history.js ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698