| 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 a3ae496db86455a07c886dfe45e3b366ece85493..e617381687c3467025b79eda2357140f057d73ab 100644
|
| --- a/components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| +++ b/components/dom_distiller/content/dom_distiller_viewer_source.cc
|
| @@ -348,4 +348,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
|
|
|