From 9c9285ce3b2fa57d6356e14b401b4a2741c07745 Mon Sep 17 00:00:00 2001 From: "dwitte%stanford.edu" Date: Sat, 16 Jun 2007 22:37:07 +0000 Subject: [PATCH] removing obsolete pref i missed during cvs removal of p3p code. git-svn-id: svn://10.0.0.236/trunk@228183 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/customization/all.js | 5 ----- 1 file changed, 5 deletions(-) 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