| Index: content/public/browser/url_data_source.cc
|
| diff --git a/content/public/browser/url_data_source.cc b/content/public/browser/url_data_source.cc
|
| index 6292e6545f55de4c52e063ea08641bb95345a1be..94f4c5d142eb7ba9642a45591400b34f4b68d71e 100644
|
| --- a/content/public/browser/url_data_source.cc
|
| +++ b/content/public/browser/url_data_source.cc
|
| @@ -49,7 +49,7 @@ std::string URLDataSource::GetContentSecurityPolicyFrameSrc() const {
|
| }
|
|
|
| std::string URLDataSource::GetContentSecurityPolicyStyleSrc() const {
|
| - return "";
|
| + return "style-src chrome://resources 'self' 'unsafe-inline';";
|
| }
|
|
|
| std::string URLDataSource::GetContentSecurityPolicyImgSrc() const {
|
|
|