Index: chrome/common/extensions/docs/npapi.html |
=================================================================== |
--- chrome/common/extensions/docs/npapi.html (revision 98127) |
+++ chrome/common/extensions/docs/npapi.html (working copy) |
@@ -330,10 +330,9 @@ |
</p><p>Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way. You should be especially cautious when processing input from untrusted sources, such as when working with <a href="content_scripts.html#security-considerations">content scripts</a> or XMLHttpRequest. |
</p><p>Because of the additional security risks NPAPI poses to users, extensions that use it will require manual review before being accepted in the |
-<a href="https://chrome.google.com/webstore">web store</a> or |
-<a href="https://chrome.google.com/extensions">extension gallery</a>. |
+<a href="https://chrome.google.com/webstore">Chrome Web Store</a>.</p> |
-</p><h2>Details</h2> |
+<h2>Details</h2> |
<p> |
How to develop an NPAPI plugin is outside the scope of this document. |