<div dir="ltr">On Tue, Jul 16, 2013 at 2:44 PM, Sebastian Kügler <span dir="ltr"><<a href="mailto:sebas@kde.org" target="_blank">sebas@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> i have add line X-Plasma-RequiredExtensions=LaunchApp,HTTP in this qml<br>
> plasmoid metadata.desktop is HTTP extension available in QML?<br>
<br>
This is a little different in QML, you can load content from a http:// url in<br>
many components without this extension. We are not able to sandbox QML as we<br>
do with JavaScript, so our QML API, while being very similar to the JS one, is<br>
less restrictive.<br>
</blockquote><div><br></div><div>and, as we discussed today, we will be able again to filter and let/forbid those things in qml2, since the url interceptor will intercept all url requests, so we will  be able to say "no remote images"<br>
</div></div>