OLD | NEW |
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 Loading... |
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> |
OLD | NEW |