| Index: components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
|
| diff --git a/components/dom_distiller/content/browser/dom_distiller_viewer_source.cc b/components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
|
| index 5c5297506907737ff443b9eae8850a833be198e3..164ba8a7b87edd6f53e5d870d7a67e2752ff96cf 100644
|
| --- a/components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
|
| +++ b/components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
|
| @@ -285,8 +285,8 @@ std::string DomDistillerViewerSource::GetContentSecurityPolicyStyleSrc()
|
| return "style-src 'self' https://fonts.googleapis.com;";
|
| }
|
|
|
| -std::string DomDistillerViewerSource::GetContentSecurityPolicyFrameSrc() const {
|
| - return "frame-src *;";
|
| +std::string DomDistillerViewerSource::GetContentSecurityPolicyChildSrc() const {
|
| + return "child-src *;";
|
| }
|
|
|
| } // namespace dom_distiller
|
|
|