Chromium Code Reviews| Index: content/browser/webui/web_ui_data_source_impl.cc |
| diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc |
| index 8b479a87e6c5690180e9673d24528d4596a52a4b..e112b1170fb8b8ad7db588afab9ed3ee4d293b9c 100644 |
| --- a/content/browser/webui/web_ui_data_source_impl.cc |
| +++ b/content/browser/webui/web_ui_data_source_impl.cc |
| @@ -89,7 +89,7 @@ class WebUIDataSourceImpl::InternalDataSource : public URLDataSource { |
| virtual std::string GetContentSecurityPolicyObjectSrc() const OVERRIDE { |
| if (parent_->object_src_set_) |
| return parent_->object_src_; |
| - return URLDataSource::GetContentSecurityPolicyObjectSrc(); |
| + return "object-src chrome://chrome/extensions/ chrome://extensions-frame/;"; |
|
not at google - send to devlin
2014/08/07 23:06:03
you must get somebody else to look at this. I can'
ericzeng
2014/08/08 00:23:47
Acknowledged.
|
| } |
| virtual std::string GetContentSecurityPolicyFrameSrc() const OVERRIDE { |
| if (parent_->frame_src_set_) |