| Index: components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| diff --git a/components/dom_distiller/content/dom_distiller_viewer_source.cc b/components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| index b478ce2212d63c471d24d39a2f507301abbcb8ce..bb417aad686734e9347afc5f7277d1b9f050c13a 100644
|
| --- a/components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| +++ b/components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| @@ -375,4 +375,8 @@ std::string DomDistillerViewerSource::GetContentSecurityPolicyObjectSrc()
|
| return "object-src 'none'; style-src 'self' https://fonts.googleapis.com;";
|
| }
|
|
|
| +std::string DomDistillerViewerSource::GetContentSecurityPolicyFrameSrc() const {
|
| + return "frame-src *;";
|
| +}
|
| +
|
| } // namespace dom_distiller
|
|
|