From 383b384e7556d5bf9deed394b6c0cb0f5f2c3b3a Mon Sep 17 00:00:00 2001
From: "aa@chromium.org"
Date: Mon, 13 Dec 2010 17:17:17 +0000
Subject: 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
---
chrome/common/extensions/docs/npapi.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'chrome/common/extensions/docs/npapi.html')
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.
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 content scripts or XMLHttpRequest.
Because of the additional security risks NPAPI poses to users, extensions that use it will require manual review before being accepted in the
+web store or
extension gallery.
Details
--
cgit v1.1