PDA

View Full Version : [ubuntu] firefox: how to disable security warning in shell settings



derek-w
July 26th, 2009, 01:16 PM
Hello,

I use firefox along with XVfb server to generate thumbshots.

when I access some sites there appears an alert box, saying:

"The information you have entered is to be sent over an unencrypted connection and could.. "

How can I turn off the warning?

My pref.js file looks like that:

user_pref("alerts.totalOpenTime", 1);
user_pref("app.update.enabled", false);
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1180678656);
user_pref("app.update.lastUpdateTime.background-update-timer", 1180609657);
user_pref("browser.sessionstore.enabled", false);
user_pref("browser.sessionstore.resume_from_crash", false);
user_pref("browser.startup.page", 0);
user_pref("extensions.lastAppVersion", "1.5.0.12eol");
user_pref("network.cookie.prefsMigrated", true);
user_pref("plugin.default_plugin_disabled", false);
user_pref("privacy.popups.disable_from_plugins", 3);
user_pref("security.enable_ssl2", false);
user_pref("security.enable_ssl3", false);





thanks.

wojox
July 26th, 2009, 01:21 PM
Click Edit > Prefrences > Security > Warning Messages

derek-w
July 26th, 2009, 07:27 PM
but I do not have GUI.

how do I access "Edit > Prefrences > Security > Warning Messages" from command line?

derek-w
July 27th, 2009, 09:15 AM
is it possible at all?

derek-w
July 28th, 2009, 03:32 PM
does anyone know?