| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">Hosting</div> | 1 <h1>Hosting</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 This page tells you how to host <code>.crx</code> files | 4 This page tells you how to host <code>.crx</code> files |
| 5 on your own server. | 5 on your own server. |
| 6 If you distribute your extension, app, or theme solely through the | 6 If you distribute your extension, app, or theme solely through the |
| 7 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>, | 7 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>, |
| 8 you don't need this page. | 8 you don't need this page. |
| 9 Instead, consult the | 9 Instead, consult the |
| 10 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and | 10 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and |
| 11 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat
ion</a>. | 11 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat
ion</a>. |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 <p> | 74 <p> |
| 75 The most common reason for failing to recognize an installable file | 75 The most common reason for failing to recognize an installable file |
| 76 is that the server sends the header | 76 is that the server sends the header |
| 77 <code>X-Content-Type-Options: no sniff</code>. | 77 <code>X-Content-Type-Options: no sniff</code>. |
| 78 The second most common reason | 78 The second most common reason |
| 79 is that the server sends an unknown content type—one | 79 is that the server sends an unknown content type—one |
| 80 that isn't in the previous list. | 80 that isn't in the previous list. |
| 81 To fix an HTTP header issue, | 81 To fix an HTTP header issue, |
| 82 either change the configuration of the server | 82 either change the configuration of the server |
| 83 or try hosting the <code>.crx</code> file at another server. | 83 or try hosting the <code>.crx</code> file at another server. |
| 84 </p> | 84 </p> |
| OLD | NEW |