Pregunta

I have created a npapi plugin. Now in order to enable or disable it, I invoke regsvr32 command from my program. Now, I wish to selectively disable the plugin, e.g plugin should be disabled for firefox but enabled for chrome. Perhaps, it could be done by altering some keys, but I don't know exactly which ones.

¿Fue útil?

Solución

There is no way to enable it for just one browser unless you install it as part of an extension instead of in the registry.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top