Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1464)

Unified Diff: chrome/common/extensions/docs/static/hosting.html

Issue 10455004: Making sure self-hosting and packaging docs are clear about keeping private key secure (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698