Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NPAPI support in Firefox and Chrome actually dropped?

Recently I've found out that Chrome and Firefox are dropping NPAPI plugins support by January 2013. Anyway, reading the blog messages with more attention, it seems that NPAPI plugins will be just disabled by default and not actually impossible to use.

What will happen? Will I be able to use my NPAPI plugin in Chrome/Firefox after January 2013? It's pretty complex enterprise plugin, so we would like to avoid reimplementing it.

chrome dev's blog post

Starting in January 2014, Chrome will block webpage-instantiated NPAPI plug-ins by default on the Stable channel.

firefox dev's blog post

To give people more control over their browser, Firefox will no longer activate most plugins by default.

I've also found another post on Firefox Dev's Blog, saying that I can try new plugin management system in Firefox Nightly. It was enough to set "Always Activate" to make the plugin work. Will this remain this way?

like image 432
Dan Tumaykin Avatar asked Oct 18 '13 19:10

Dan Tumaykin


People also ask

Does Firefox still support NPAPI?

Firefox joins other modern browsers like Google Chrome and Microsoft Edge by removing support for these NPAPI plugins.

How do I enable NPAPI in chrome 2021?

To enable NPAPI plugin support: In the browser address bar, enter: chrome://flags/#enable-npapi. In the Enable NPAPI section, click the Enable link. At the bottom of the configuration page, click the Relaunch button to relaunch the browser.

When did Chrome stop supporting NPAPI?

Support for NPAPI will be completely removed from Chrome by September 2015. In April 2015 (Chrome 42) NPAPI support will be disabled by default in Chrome and we will unpublish extensions requiring NPAPI plugins from the Chrome Web Store.


1 Answers

The phrases "block by default" and "no longer active by default" are referring to things that look, in general, like the last post you linked to. Neither will make it impossible for users to use NPAPI plugins. They will require users to explicitly approve instantiation of NPAPI plugins.

However, the Chromium blog post also says: "Eventually, however, NPAPI support will be completely removed from Chrome." When that happens, it will be impossible to load NPAPI plugins in Chrome.

like image 80
smorgan Avatar answered Oct 25 '22 04:10

smorgan