Index: chrome/common/extensions/docs/static/hosting.html |
=================================================================== |
--- chrome/common/extensions/docs/static/hosting.html (revision 138817) |
+++ chrome/common/extensions/docs/static/hosting.html (working copy) |
@@ -1,5 +1,15 @@ |
<div id="pageData-name" class="pageData">Hosting</div> |
+<p class="note"> |
+<b>For Advanced Developers Only:</b> |
+Do not follow the instructions on this page |
+unless you understand the security implications |
+of packaging and hosting files on your own server. |
+If you host on the Chrome Web Store, |
+you do not need to worry |
+about packaging or self-hosting. |
+</p> |
+ |
<p> |
This page tells you how to host <code>.crx</code> files |
on your own server. |