| Index: chrome/common/extensions/docs/server2/templates/articles/contentSecurityPolicy.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/contentSecurityPolicy.html b/chrome/common/extensions/docs/server2/templates/articles/contentSecurityPolicy.html
|
| index d6bffc3535b1896d8130edda39e69fa2ac81a727..f6f7f293026b0fc91e8c2af51c20f28c261843c0 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/articles/contentSecurityPolicy.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/articles/contentSecurityPolicy.html
|
| @@ -320,7 +320,7 @@ function main() {
|
| <code>'unsafe-eval'</code> to your policy:
|
| </p>
|
|
|
| -<pre>"content_security_policy": "script-src 'self' 'unsafe-eval'"</pre>
|
| +<pre>"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"</pre>
|
|
|
| <p>
|
| However, we strongly recommend against doing this. These functions are
|
|
|