diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 17:17:17 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 17:17:17 +0000 |
commit | 383b384e7556d5bf9deed394b6c0cb0f5f2c3b3a (patch) | |
tree | 0732644d0fe9d460263d7f6ff703ff331e6a9d57 /chrome/common/extensions/docs/npapi.html | |
parent | e24029e0af7cbeea014d29763bfc6b2083078f6b (diff) | |
download | chromium_src-383b384e7556d5bf9deed394b6c0cb0f5f2c3b3a.zip chromium_src-383b384e7556d5bf9deed394b6c0cb0f5f2c3b3a.tar.gz chromium_src-383b384e7556d5bf9deed394b6c0cb0f5f2c3b3a.tar.bz2 |
Update the links to the store to point at the new URL.
BUG=65385
TEST=hover over web store links in launcher -- should point to chrome.google.com/webstore, not /extensions. Links should still work. Click linked headings in chrome://extensions/, should go to extension detail page.
Review URL: http://codereview.chromium.org/5700006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/npapi.html')
-rw-r--r-- | chrome/common/extensions/docs/npapi.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html index 19fdc3a..904bff2 100644 --- a/chrome/common/extensions/docs/npapi.html +++ b/chrome/common/extensions/docs/npapi.html @@ -320,6 +320,7 @@ allowing you to call into native binary code from JavaScript. </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>. </p><h2>Details</h2> |