[Camino] User.js difference with about:config

Robert D. 210525p42015 at denstarfarm.us
Tue Mar 27 07:53:51 PST 2007


I said the following:
after I red the links you sent, I must also add the extra :

USER.JS =:
> // network.cookie.lifetime.days
> user_pref("network.cookie.lifetime.days",5)


// network.cookie.lifetimePolicy
//0=The cookie's lifetime is supplied by the server. (Default)
//1=The user is prompted for the cookie's lifetime
//2=The cookie expires at the end of the session (when the browser closes).
//3=The cookie lasts for the number of days specified by
network.cookie.lifetime.days.

user_pref("network.cookie.lifetimePolicy", 3);


"about:config" =:

network.cookie.lifetime.days   ///default ///integer /// 90
network.cookie.lifetime.policy ///default ///integer /// 0


so i wonder if Camino knows where my user.js is?

library/application support/camino/user.js


More information about the Camino mailing list