Merge branch 'privileged_in_ffos'

This commit is contained in:
Piotr Zalewa 2014-07-11 21:26:16 +02:00
commit 61239c12e8

View File

@ -166,7 +166,7 @@
<!-- firefoxos -->
<platform name="firefoxos">
<config-file target="config.xml" parent="/*">
<permission name="browser" description="Enables the app to implement a browser in an iframe." />
<permission name="browser" description="Enables the app to implement a browser in an iframe." privileged="true"/>
</config-file>
<js-module src="www/inappbrowser.js" name="inappbrowser">
<clobbers target="window.open" />