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

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

Issue 7399002: Add chrome-extension:// to the list of allowed urls for all internal/webui (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. 5 <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
6 The 'unsafe-eval' is required for jstemplate_compiled.js. 6 The 'unsafe-eval' is required for jstemplate_compiled.js.
7 TODO(tsepez) rename when Content-security-policy is done. 7 TODO(tsepez) rename when Content-security-policy is done.
8 --> 8 -->
9 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome:// resources 'self' 'unsafe-eval'"> 9 <meta http-equiv="X-WebKit-CSP"
10 content="object-src 'none';
11 script-src chrome://resources
12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
13 'self' 'unsafe-eval'">
10 <title i18n-content="pluginsTitle"></title> 14 <title i18n-content="pluginsTitle"></title>
11 <style> 15 <style>
12 body { 16 body {
13 margin: 10px; 17 margin: 10px;
14 min-width: 47em; 18 min-width: 47em;
15 } 19 }
16 20
17 a { 21 a {
18 color: blue; 22 color: blue;
19 font-size: 103%; 23 font-size: 103%;
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 </div> 451 </div>
448 </div> 452 </div>
449 </div> 453 </div>
450 <script src="chrome://plugins/plugins.js"></script> 454 <script src="chrome://plugins/plugins.js"></script>
451 <script src="chrome://plugins/strings.js"></script> 455 <script src="chrome://plugins/strings.js"></script>
452 <script src="chrome://resources/js/i18n_template.js"></script> 456 <script src="chrome://resources/js/i18n_template.js"></script>
453 <script src="chrome://resources/js/i18n_process.js"></script> 457 <script src="chrome://resources/js/i18n_process.js"></script>
454 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 458 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
455 </body> 459 </body>
456 </html> 460 </html>
OLDNEW
« chrome/browser/browser_about_handler.cc ('K') | « chrome/browser/resources/options/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698