diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/npapi.html')
| -rw-r--r-- | chrome/common/extensions/docs/static/npapi.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/npapi.html b/chrome/common/extensions/docs/static/npapi.html index 8490bb3..72f3bd0 100644 --- a/chrome/common/extensions/docs/static/npapi.html +++ b/chrome/common/extensions/docs/static/npapi.html @@ -16,6 +16,7 @@ allowing you to call into native binary code from JavaScript. <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>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>. <h2>Details</h2> |
