Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
186 views
in Technique[技术] by (71.8m points)

c++ - 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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...