зеркало из https://github.com/mozilla/pjs.git
flip default cookie pref to reject foreign cookies. relanding of bug 324397.
This commit is contained in:
Родитель
296aee3bea
Коммит
94ced5bc18
|
@ -340,7 +340,7 @@ pref("privacy.sanitize.promptOnSanitize", true);
|
||||||
|
|
||||||
pref("network.proxy.share_proxy_settings", false); // use the same proxy settings for all protocols
|
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
|
||||||
pref("network.cookie.enableForCurrentSessionOnly", false);
|
pref("network.cookie.enableForCurrentSessionOnly", false);
|
||||||
|
|
||||||
// l12n and i18n
|
// l12n and i18n
|
||||||
|
|
Загрузка…
Ссылка в новой задаче