| Index: chrome/common/extensions/docs/templates/articles/npapi.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/npapi.html b/chrome/common/extensions/docs/templates/articles/npapi.html
|
| index c623ed30b17f3c9d9efd29626778ff9d14c3c204..e15e3a3f30ea57a8b3b26f37e52cf35e0d7c3f97 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/npapi.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/npapi.html
|
| @@ -11,12 +11,12 @@ allowing you to call into native binary code from JavaScript.
|
|
|
| <h2 id="warning">Warning</h2>
|
|
|
| -<p align="center"><b><a href="http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html">NPAPI is being phased out.</a>
|
| +<p align="center"><b><a href="http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi">NPAPI is being phased out.</a>
|
| Consider using alternatives.</b></p>
|
|
|
| <p align="center"><b>NPAPI is a really big hammer that should only be used when no other approach will work.</b>
|
|
|
| -<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>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#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">Chrome Web Store</a>.</p>
|
|
|