summaryrefslogtreecommitdiffstats
path: root/net/url_request/view_cache_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/view_cache_helper.cc')
-rw-r--r--net/url_request/view_cache_helper.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/url_request/view_cache_helper.cc b/net/url_request/view_cache_helper.cc
index fde3442..d468075 100644
--- a/net/url_request/view_cache_helper.cc
+++ b/net/url_request/view_cache_helper.cc
@@ -17,8 +17,9 @@
#include "net/url_request/url_request_context.h"
#define VIEW_CACHE_HEAD \
- "<html><meta charset=\"utf-8\"><meta http-equiv=\"X-WebKit-CSP\" " \
- "content=\"object-src 'none'; script-src 'none' 'unsafe-eval'\">" \
+ "<html><meta charset=\"utf-8\">" \
+ "<meta http-equiv=\"Content-Security-Policy\" " \
+ " content=\"object-src 'none'; script-src 'none' 'unsafe-eval'\">" \
"<body><table>"
#define VIEW_CACHE_TAIL \