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

Side by Side Diff: chrome/browser/resources/about_flash.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 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. 3 <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
4 TODO(tsepez) rename when Content-security-policy is done. 4 TODO(tsepez) rename when Content-security-policy is done.
5 --> 5 -->
6 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome:// resources 'self' 'unsafe-eval'"> 6 <meta http-equiv="X-WebKit-CSP"
7 content="object-src 'none';
8 script-src chrome://resources
9 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
10 'self' 'unsafe-eval'">
7 <head> 11 <head>
8 <style> 12 <style>
9 .key { 13 .key {
10 font-weight: bold; 14 font-weight: bold;
11 } 15 }
12 16
13 .value { 17 .value {
14 margin-left: 15px; 18 margin-left: 15px;
15 } 19 }
16 </style> 20 </style>
(...skipping 12 matching lines...) Expand all
29 </table> 33 </table>
30 </div> 34 </div>
31 </div> 35 </div>
32 <script src="chrome://flash/about_flash.js"></script> 36 <script src="chrome://flash/about_flash.js"></script>
33 <script src="chrome://flash/strings.js"></script> 37 <script src="chrome://flash/strings.js"></script>
34 <script src="chrome://resources/js/i18n_template.js"></script> 38 <script src="chrome://resources/js/i18n_template.js"></script>
35 <script src="chrome://resources/js/i18n_process.js"></script> 39 <script src="chrome://resources/js/i18n_process.js"></script>
36 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 40 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
37 </body> 41 </body>
38 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698