зеркало из https://github.com/mozilla/pjs.git
Bug 324397 - 'Allow cookies for the original site only' preference, should be selected by default p=Daniel Veditz <dveditz@cruzio.com> r=mconnor
This commit is contained in:
Родитель
f1619a625f
Коммит
3b7921ce48
|
@ -335,7 +335,7 @@ pref("privacy.sanitize.promptOnSanitize", true);
|
|||
|
||||
pref("network.proxy.share_proxy_settings", false); // use the same proxy settings for all protocols
|
||||
|
||||
pref("network.cookie.cookieBehavior", 0); // cookies enabled
|
||||
pref("network.cookie.cookieBehavior", 1); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
|
||||
pref("network.cookie.enableForCurrentSessionOnly", false);
|
||||
|
||||
// l12n and i18n
|
||||
|
|
Загрузка…
Ссылка в новой задаче