| Index: chrome/common/extensions/docs/templates/articles/offline_apps.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/offline_apps.html b/chrome/common/extensions/docs/templates/articles/offline_apps.html
|
| index d74d34cfae11dc8699fcffa6fe7e5af5550958cb..e999f552168a0f8bf82aaa4254e03fa4d88e9788 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/offline_apps.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/offline_apps.html
|
| @@ -135,12 +135,12 @@ which is always the following and cannot be changed for Chrome Apps:
|
|
|
| <pre>
|
| default-src 'self';
|
| -connect-src *;
|
| +connect-src * data: blob: filesystem:;
|
| style-src 'self' blob: data: filesystem: 'unsafe-inline';
|
| img-src 'self' blob: data: filesystem:;
|
| frame-src 'self' blob: data: filesystem:;
|
| font-src 'self' blob: data: filesystem:;
|
| -media-src *;
|
| +media-src * data: blob: filesystem:;
|
| </pre>
|
|
|
| <h2 id="manifest"> Specifying offline_enabled </h2>
|
|
|