OLD | NEW |
1 <h1>Content Security Policy</h1> | 1 <h1>Content Security Policy</h1> |
2 | 2 |
3 | 3 |
4 <p> | 4 <p> |
5 If you're not familiar with Content Security Policy (CSP), | 5 If you're not familiar with Content Security Policy (CSP), |
6 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy
/">An Introduction to Content Security Policy</a> | 6 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy
/">An Introduction to Content Security Policy</a> |
7 is a good starting point. | 7 is a good starting point. |
8 That document covers the broader web platform view of CSP; | 8 That document covers the broader web platform view of CSP; |
9 Chrome App CSP isn't as flexible. | 9 Chrome App CSP isn't as flexible. |
10 You should also read the | 10 You should also read the |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 | 112 |
113 <p> | 113 <p> |
114 Video and audio can be loaded from remote services | 114 Video and audio can be loaded from remote services |
115 because they have good fallback behavior when offline or under spotty connectivi
ty. | 115 because they have good fallback behavior when offline or under spotty connectivi
ty. |
116 </p> | 116 </p> |
117 | 117 |
118 <h3 id="embed_content">Embed web content</h3> | 118 <h3 id="embed_content">Embed web content</h3> |
119 | 119 |
120 <p> | 120 <p> |
121 Instead of using an iframe, | 121 Instead of using an iframe, |
122 you can call out to an external URL using an object tag | 122 you can call out to an external URL using a webview tag |
123 (see <a href="app_external#webview">Embed external web pages</a>). | 123 (see <a href="app_external#webview">Embed external web pages</a>). |
124 </p> | 124 </p> |
125 | 125 |
126 <p class="backtotop"><a href="#top">Back to top</a></p> | 126 <p class="backtotop"><a href="#top">Back to top</a></p> |
OLD | NEW |