Index: content/browser/tcmalloc_internals_request_job.cc |
diff --git a/content/browser/tcmalloc_internals_request_job.cc b/content/browser/tcmalloc_internals_request_job.cc |
index 85e5ad004d929a65f98368cbd69c2009faeb4bab..709ec66bcbe0eefdf0c232f867f5c1e692fea20d 100644 |
--- a/content/browser/tcmalloc_internals_request_job.cc |
+++ b/content/browser/tcmalloc_internals_request_job.cc |
@@ -70,6 +70,9 @@ void RequestTcmallocStatsFromChildRenderProcesses() { |
void AboutTcmalloc(std::string* data) { |
data->append("<!DOCTYPE html>\n<html>\n<head>\n"); |
+ data->append( |
+ "<meta http-equiv=\"X-WebKit-CSP\" content=\"object-src 'none'; " |
+ "script-src 'none' 'unsafe-eval'\">"); |
data->append("<title>tcmalloc stats</title>"); |
data->append("</head><body>"); |