OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <html id="t"> | 3 <html id="t"> |
4 <head> | 4 <head> |
5 <title>About Stats</title> | 5 <title>About Stats</title> |
6 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. | 6 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. |
7 The 'unsafe-eval' is required for jstemplate_compiled.js. | 7 The 'unsafe-eval' is required for jstemplate_compiled.js. |
8 TODO(tsepez) rename when Content-security-policy is done. | 8 TODO(tsepez) rename when Content-security-policy is done. |
9 --> | 9 --> |
10 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome://
resources 'self' 'unsafe-eval'"> | 10 <meta http-equiv="X-WebKit-CSP" |
| 11 content="object-src 'none'; |
| 12 script-src chrome://resources |
| 13 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
| 14 'self' 'unsafe-eval'"> |
11 <style> | 15 <style> |
12 body { | 16 body { |
13 border-top: 10px solid #3B85E3; | 17 border-top: 10px solid #3B85E3; |
14 color: #333; | 18 color: #333; |
15 font-family: Verdana, Helvetica, Arial, sans-serif; | 19 font-family: Verdana, Helvetica, Arial, sans-serif; |
16 } | 20 } |
17 body, td { | 21 body, td { |
18 font-size: 11px; | 22 font-size: 11px; |
19 } | 23 } |
20 a:link, a:visited { | 24 a:link, a:visited { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 </tr> | 133 </tr> |
130 </tbody> | 134 </tbody> |
131 </table> | 135 </table> |
132 </td> | 136 </td> |
133 </tr> | 137 </tr> |
134 </tbody> | 138 </tbody> |
135 </table><br/> | 139 </table><br/> |
136 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 140 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
137 </body> | 141 </body> |
138 </html> | 142 </html> |
139 | |
OLD | NEW |