Thanks, I just tried your suggestion, but it does not work either. In
contrast, however, other things in my .conkerorrc DO work. I am
pasting it below. Apparently, things are read, and I see no warnings
or messages on start up (in contrast to what happens when I do make
syntax errors in the .conkerorrc).

Best,

R.


*****************
user_pref("browser.privatebrowsing.autostart", true);
session_pref("privacy.cpd.formdata", true);
session_pref("privacy.cpd.cache", true);
session_pref("privacy.cpd.cookies", true);
session_pref("privacy.cpd.downloads", true);
session_pref("privacy.cpd.history", true);
session_pref("privacy.cpd.sessions", true);


session_pref("privacy.clearOnShutdown.formdata", true);
session_pref("privacy.clearOnShutdown.history", true);
session_pref("privacy.clearOnShutdown.downloads", true);
session_pref("privacy.clearOnShutdown.sessions", true);
session_pref("privacy.clearOnShutdown.formdata", true);





//require("/home/ramon/Downloads/conkeror/modules/page-modes/gmail.js");
require("page-modes/gmail.js");

define_key(gmail_keymap, "return", null, $fallthrough); // make this
//to make gmail work when hitting RETURN on buttons, like tab return to
//send.


define_key(gmail_keymap, "U", "find-url-new-buffer");
define_key(gmail_keymap, "W", "find-url-new-window");
define_key(gmail_keymap, "F", "follow-new-window");


//io_service.manageOfflineStatus = false;
//io_service.offline = false;




On Wed, Jul 21, 2010 at 1:45 PM, Anonymous <[email protected]> wrote:
> Ramon Diaz-Uriarte <[email protected]> writes:
>
>> Dear All,
>>
>> I would like to use several privacy settings with conkeror, in
>> particular not storing formdata or history, but I cannot get it to
>> work. I tried:
>>
>> 1. going to "about:config". However, none of the options I have with
>> firefox show up there.
>>
>> 2. I have edited my .conkerrorc adding the following options:
>>
>> session_pref("privacy.cpd.formdata", true);
>> session_pref("privacy.cpd.cache", true);
>> session_pref("privacy.cpd.cookies", true);
>> session_pref("privacy.cpd.downloads", true);
>> session_pref("privacy.cpd.history", true);
>> session_pref("privacy.cpd.sessions", true);
>>
>>
>> session_pref("privacy.clearOnShutdown.formdata", true);
>> session_pref("privacy.clearOnShutdown.history", true);
>> session_pref("privacy.clearOnShutdown.downloads", true);
>> session_pref("privacy.clearOnShutdown.sessions", true);
>> session_pref("privacy.clearOnShutdown.formdata", true);
>>
>>
>
> Try to enable "private browsing" by
>
>  user_pref("browser.privatebrowsing.autostart", true);
>



-- 
Ramon Diaz-Uriarte
Structural Biology and Biocomputing Programme
Spanish National Cancer Centre (CNIO)
http://ligarto.org/rdiaz
Phone: +34-91-732-8000 ext. 3019
Fax: +-34-91-224-6972
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to