diff --git a/mozilla/minimo/customization/all.js b/mozilla/minimo/customization/all.js index ebd5b501d30..03ae21f9f07 100755 --- a/mozilla/minimo/customization/all.js +++ b/mozilla/minimo/customization/all.js @@ -402,11 +402,6 @@ pref("network.cookie.alwaysAcceptSessionCookies", false); pref("network.cookie.prefsMigrated", false); pref("network.cookie.lifetime.days", 90); -// The following default value is for p3p medium mode. -// See xpfe/components/permissions/content/cookieP3P.xul for the definitions of low/medium/hi -pref("network.cookie.p3p", "ffffaaaa"); -pref("network.cookie.p3plevel", 1); // 0=low, 1=medium, 2=high, 3=custom - pref("network.enablePad", false); // Allow client to do proxy autodiscovery pref("converter.html2txt.structs", true); // Output structured phrases (strong, em, code, sub, sup, b, i, u) pref("converter.html2txt.header_strategy", 1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention