<div dir="ltr">Hi,<div><br></div><div>Thanks for your reply which would be very helpful and useful information that I get. In our case, we planned to give the plugin stuff to our clients (the plugins will be developed by us only). </div><div><br></div><div>So I hope there is no need about security issues.</div><div><br></div><div>I still have one more concern that NPAPI won&#39;t work properly in mobile environment (Saw in some post while googling). Is it the case?</div><div><br></div><div>If yes, what is the reason for that.</div><div><br></div><div>thanks &amp; regards,</div><div>Kotteeswaran.E</div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 14, 2015 at 3:04 PM, Konstantin Tokarev <span dir="ltr">&lt;<a href="mailto:annulen@yandex.ru" target="_blank">annulen@yandex.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
11.12.2015, 06:13, &quot;Kotteeswaran E&quot; &lt;<a href="mailto:kotteeswaran@lukup.com">kotteeswaran@lukup.com</a>&gt;:<br>
&gt; Hi,<br>
&gt;<br>
<span class="">&gt; Thanks for your reply and support.<br>
&gt;<br>
&gt; Our idea is develop a web based customized application (substitute to android) with webkit (option A).<br>
&gt;<br>
&gt; Our product is having wifi, BT, etc. We want to control all these via plugins. When I was analysing this, I found NPAPI &amp; PPAPI plugins and security concerns. I just wanted to confirm, hacking may happen as it is web based. When I make these calls via plugins.<br>
<br>
</span>If your environment does not allow execution of 3rd party plugins, security concerns of plugin APIs should not worry you much. (Though you can still have security issues if code of your plugins is not designed with security in mind)<br>
<br>
OTOH, since you don&#39;t need portability between engines, you should probably use InjectedBundle APIs of WebKit instead of generic plugin APIs - this way will give you more control and performance. Grep code of WebKit for InjectedBundle, WKBundleClient, WKBundleRef to see examples of usage.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; thanks &amp; regards,<br>
&gt; Kotteeswaran.E<br>
&gt;<br>
&gt; On Thu, Dec 10, 2015 at 5:44 PM, Konstantin Tokarev &lt;<a href="mailto:annulen@yandex.ru">annulen@yandex.ru</a>&gt; wrote:<br>
&gt;&gt; 10.12.2015, 15:01, &quot;Kotteeswaran E&quot; &lt;<a href="mailto:kotteeswaran@lukup.com">kotteeswaran@lukup.com</a>&gt;:<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks for your prompt reply.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; My concern is that as Google says, the NPAPI plugins are having security issues as they plugins are available to the hackers.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; We plan to implement PPAPI &amp; NACL in webkit instead of NPAPI Plugin calls.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; But We are not sure whether the PPAPI &amp; NACL are portable to webkit environment as a topic in firebreath says that Nacl is supported only in google browsers i.e. it won&#39;t support third party browsers. And firebreath is doing its own native messaging.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please share ur valuable suggestions in this.<br>
&gt;&gt;<br>
&gt;&gt; Could you specify your goals more precisely? Are you going to<br>
&gt;&gt; a) develop native application using customized WebKit engine, with your additions implemented via plugin, or<br>
&gt;&gt; b) develop plugin which would be possible to use in different WebKit-based browsers?<br>
&gt;&gt;<br>
&gt;&gt; If  the answer is (a), portability should not be a concern for you, since you are in control of your environment, but you also don&#39;t have to use NPAPI/PPAPI-style plugins, because you can modify engine at your will.<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  thanks &amp; regards,<br>
&gt;&gt;&gt; Kotteeswaran.E<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Dec 10, 2015 at 3:03 PM, Konstantin Tokarev &lt;<a href="mailto:annulen@yandex.ru">annulen@yandex.ru</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; 10.12.2015, 07:06, &quot;Kotteeswaran E&quot; &lt;<a href="mailto:kotteeswaran@lukup.com">kotteeswaran@lukup.com</a>&gt;:<br>
&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; We are planning to develop our a webkit based GUI kind of thing. When we browsed in the net, we came to know that Chrome and Mozilla are not supporting NPAPI plugins due to security reasons and chrome is switching to PPAPI plugin with NACl.<br>
&gt;&gt;&gt;&gt;&gt; But in firebreath url, we saw that &quot;PPAPI can be used in conjunction with NaCL but NACl is supported only on google chrome.&quot;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Our plan is to use python based plugin based calls in our product.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Please suggest us a way to proceed.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; FYI, there is a wrapper that allows running PPAPI plugin in NPAPI-enabled browser:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="https://github.com/i-rinat/freshplayerplugin" rel="noreferrer" target="_blank">https://github.com/i-rinat/freshplayerplugin</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Currently it is focused on running modern versions of Flash plugin inside Firefox.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt; Konstantin<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Thanks &amp; regards,<br>
&gt;&gt;&gt; E. Kotteeswaran | Tech Lead – DVB Middleware<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; M: +91 94811 34803 | e: <a href="mailto:kotteeswaran@lukup.com">kotteeswaran@lukup.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and solely for the use of the person(s) or entity to whom it is intended. The contents is issued in confidence for the purpose only for which it is produced. If you have received this message in error and are not the intended recipient, please notify the sender immediately and delete this message and any attachment from your system. If you are not the intended recipient, be advised that any use of this message is prohibited and may be unlawful, and you must not copy this message or attachment or disclose the contents to any other person.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Internet correspondence is not secure and neither Lukup Media Pvt. Ltd. nor the sender accepts responsibility for viruses or other forms of data corruption caused by such. It is your responsibility to scan this e-mail and any attachments for viruses. Neither Lukup Media Pvt. Ltd. nor the sender does accept liability for any errors or omissions in the contents of this message or attachments that arise as a result of e-mail transmission.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Regards,<br>
&gt;&gt; Konstantin<br>
&gt;<br>
&gt; --<br>
&gt; Thanks &amp; regards,<br>
&gt; E. Kotteeswaran | Tech Lead – DVB Middleware<br>
&gt;<br>
&gt; M: +91 94811 34803 | e: <a href="mailto:kotteeswaran@lukup.com">kotteeswaran@lukup.com</a><br>
&gt;<br>
&gt; This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and solely for the use of the person(s) or entity to whom it is intended. The contents is issued in confidence for the purpose only for which it is produced. If you have received this message in error and are not the intended recipient, please notify the sender immediately and delete this message and any attachment from your system. If you are not the intended recipient, be advised that any use of this message is prohibited and may be unlawful, and you must not copy this message or attachment or disclose the contents to any other person.<br>
&gt;<br>
&gt; Internet correspondence is not secure and neither Lukup Media Pvt. Ltd. nor the sender accepts responsibility for viruses or other forms of data corruption caused by such. It is your responsibility to scan this e-mail and any attachments for viruses. Neither Lukup Media Pvt. Ltd. nor the sender does accept liability for any errors or omissions in the contents of this message or attachments that arise as a result of e-mail transmission.<br>
<br>
<br>
--<br>
Regards,<br>
Konstantin<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="font-size:small;color:rgb(7,55,99)">Thanks &amp; regards,</span><br><span style="font-size:small;color:rgb(7,55,99)">E. Kotteeswaran | Tech Lead – DVB Middleware</span><br><div><div><p><font size="2"><span lang="EN-US" style="color:rgb(7,55,99)">M: +91 94811 34803 | e: <a href="mailto:xyz@lukup.com" style="color:rgb(17,85,204)" target="_blank"><span style="color:blue">kotteeswaran@lukup.com</span></a></span> </font></p></div></div></div></div>
</div></div></div>

<br>
<div><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)"><b><span style="font-size:7.5pt;font-family:Arial,sans-serif;color:rgb(174,170,170)"><i>This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and solely for the use of the person(s) or entity to whom it is intended. The contents is issued in confidence for the purpose only for which it is produced.</i> </span></b><b><span style="font-size:7.5pt;font-family:Arial,sans-serif;color:rgb(174,170,170)"><i>If you have received this message in error and are not the intended recipient, please notify the sender immediately and delete this message and any attachment from your system. If you are not the intended recipient, be advised that any use of this message is prohibited and may be unlawful, and you must not copy this message or attachment or disclose the contents to any other person.</i></span></b><b><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(174,170,170)"><u></u><u></u></span></b></p><p style="margin:0px;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)"><b><i><span style="font-size:7.5pt;font-family:Arial,sans-serif;color:rgb(174,170,170)"><br>Internet correspondence is not secure and neither Lukup Media Pvt. Ltd. nor the sender accepts responsibility for viruses or other forms of data corruption caused by such. It is your responsibility to scan this e-mail and any attachments for viruses. Neither Lukup Media Pvt. Ltd. nor the sender does accept liability for any errors or omissions in the contents of this message or attachments that arise as a result of e-mail transmission. </span></i></b></p></div>