[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: konqueror doesn't use proxy by default



Am Montag 20 September 2004 21:54 schrieb Finn-Arne Johansen:

> global mozilla config is in
>  /etc/mozilla/prefs.js
>

This is what I put to the end of this file:

// Blocking:
user_pref("dom.disable_window_open_feature.minimizable", true);
user_pref("dom.disable_window_open_feature.resizable", true);
user_pref("browser.block.target_new_window", true);

// Proxy settings:
user_pref("network.proxy.ftp", "webcache");
user_pref("network.proxy.ftp_port", 3128);
user_pref("network.proxy.gopher", "webcache");
user_pref("network.proxy.gopher_port", 3128);
user_pref("network.proxy.http", "webcache");
user_pref("network.proxy.http_port", 3128);
user_pref("network.proxy.socks", "webcache");
user_pref("network.proxy.socks_port", 3128);
user_pref("network.proxy.ssl", "webcache");
user_pref("network.proxy.ssl_port", 3128);
user_pref("network.proxy.type", 1);



Reply to: