Bug#561983: iceape: ignores preferences in the /etc/iceape/prefs/base.js file

Mike Hommey mh at glandium.org
Tue Dec 22 07:31:17 UTC 2009


On Mon, Dec 21, 2009 at 06:59:03PM +0000, markhobley at yahoo.co.uk wrote:
> Package: iceape-browser
> Version: 1.1.17-2
> Severity: normal
> 
> I am using Debian (squeeze/testing). I have installed the iceape browser and
> composer suite. I have configured preferences in /etc/iceape/prefs/base.js as
> follows:
> 
> // Disable java
> lockPref("security.enable_java", false);
> 
> // Get rid of plugin warning dialog
> lockPref("plugin.default_plugin_disabled", false);
> 
> // Disable addons
> lockPref("xpinstall.enabled", false);
> 
> // Proxy server settings
> lockPref("network.proxy.backup.ftp", "test.markhobley.yi.org");
> lockPref("network.proxy.backup.ftp_port", 9999);
> lockPref("network.proxy.backup.gopher", "test.markhobley.yi.org");
> lockPref("network.proxy.backup.gopher_port", 9999);
> lockPref("network.proxy.backup.socks", "test.markhobley.yi.org");
> lockPref("network.proxy.backup.socks_port", 9999);
> lockPref("network.proxy.backup.ssl", "test.markhobley.yi.org");
> lockPref("network.proxy.backup.ssl_port", 9999);
> lockPref("network.proxy.ftp", "test.markhobley.yi.org");
> lockPref("network.proxy.ftp_port", 9999);
> lockPref("network.proxy.gopher", "test.markhobley.yi.org");
> lockPref("network.proxy.gopher_port", 9999);
> lockPref("network.proxy.http", "test.markhobley.yi.org");
> lockPref("network.proxy.http_port", 9999);
> lockPref("network.proxy.no_proxies_on", "localhost, markhobley.yi.org, 127.0.0.1
> , 10.0.0.0/8, 192.168.0.0/8");
> lockPref("network.proxy.share_proxy_settings", true);
> lockPref("network.proxy.socks", "test.markhobley.yi.org");
> lockPref("network.proxy.socks_port", 9999);
> lockPref("network.proxy.ssl", "test.markhobley.yi.org");
> lockPref("network.proxy.ssl_port", 9999);
> lockPref("network.proxy.type", 1);
> 
> 
> When I run the browser, none of the above settings seem to have taken effect
> and when I use the about:config facility to view the browser settings, the
> preferences all appear to be at default values (ie my settings have been
> ignored.)

Even the 3 ones on top of the file ?

Mike





More information about the pkg-mozilla-maintainers mailing list