On Mon, Aug 4, 2014 at 9:40 PM, Fabrice Desré <[email protected]> wrote: > Privileged packaged apps can specify their origin in the manifest (so > you can get app://my-app as origin). > > Do we want to let another app to claim these origins as open-in-app?
Generally speaking, it should be quite fine for any app to claim an app://my-app URL as open-in-app. Note that if App A claims App B's origin in open-in-app that will only affect how App A behaves. I.e. only navigations from within App A will be affected. And the effect will be very similar to if App A simply included copies of App B's files in its own package. Note that opening URLs from App B in the scope of App A *should* not grant any permissions that App B has. Though of course there could be bugs. / Jonas _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
