在XUL浏览器中的file://链接

时间:2014-07-31 08:09:53

标签: firefox xul

我试图在Firefox应用中使用XUL浏览器来显示" file://"来自http://localhost的页面的位置。

我正在使用Firefox 30运行应用程序。

我试过这个,但无济于事:

var branch = browser.preferences.getBranch("capability.policy");
branch.setCharPref("policynames", "localfilelinks");
branch.setCharPref("localfilelinks.sites", "http://localhost");
branch.setCharPref("localfilelinks.checkloaduri.enabled", "allAccess");

允许文件链接的正确方法是什么?

1 个答案:

答案 0 :(得分:0)

我认为在file://内运行http://内容不是一个好主意。为什么不能将chrome://http://用于图片。 chrome://网址很容易找到,并且随时都有您的应用。