Index: chrome/browser/resources/about_memory.html |
=================================================================== |
--- chrome/browser/resources/about_memory.html (revision 92865) |
+++ chrome/browser/resources/about_memory.html (working copy) |
@@ -6,12 +6,8 @@ |
<html id="t"> |
<head> |
<title>About Memory</title> |
- <meta http-equiv="X-WebKit-CSP" |
- content="object-src 'none'; |
- script-src chrome://resources |
- chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
- 'self' 'unsafe-eval'"> |
- <link rel="stylesheet" href="shared/css/about_memory.css"> |
+ <include src="content_security_policy.html"/> |
+ <link rel="stylesheet" href="shared/css/about_memory.css"> |
<style> |
body { |
font-family: Helvetica, Arial, sans-serif; |